2 Repos
Techniques for quantifying the accuracy of automatic speech recognition systems.
Distinct from Automatic Speech Recognition: Focuses on measuring the success of transcription rather than the act of transcription
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Performance Evaluation. Refine with filters or upvote what's useful.
Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ
Measures speech model performance using external language models and Viterbi decoding for transcription verification.
This project is a machine learning toolkit designed for the development, training, and deployment of automatic speech recognition engines. It provides a comprehensive framework for converting spoken audio into written text, specifically supporting models trained on Mandarin and English datasets. The library utilizes an end-to-end neural architecture that processes raw audio input directly into character sequences, bypassing the need for intermediate linguistic alignment. It incorporates signal processing techniques to transform sound waves into numerical spectrograms and feature vectors, whic
Quantifies the accuracy of speech recognition systems using phoneme edit distance metrics.