syhw/wer_are_we
Attempt at tracking states of the arts and recent results (bibliography) on speech recognition.
Comprehensive leaderboards comparing Word Error Rate (WER) across standardized benchmarks (LibriSpeech, WSJ) with linked papers, architectures, and training methodologies. The project catalogues end-to-end and hybrid ASR approaches—from HMM-DNNs to Conformers and self-supervised models—documenting specific techniques like SpecAugment, language model rescoring, and data augmentation strategies. Community-maintained tables enable quick identification of SOTA results by dataset and publication date, serving as a bibliography for tracking architectural innovations and performance trajectories in speech recognition.
1,865 stars. No commits in the last 6 months.
Stars
1,865
Forks
226
Language
—
License
—
Category
Last pushed
Jun 27, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/syhw/wer_are_we"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
githubharald/CTCWordBeamSearch
Connectionist Temporal Classification (CTC) decoder with dictionary and language model.
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon...
nl8590687/ASRT_SpeechRecognition
A Deep-Learning-Based Chinese Speech Recognition System 基于深度学习的中文语音识别系统
athena-team/athena
an open-source implementation of sequence-to-sequence based speech processing engine
hirofumi0810/tensorflow_end2end_speech_recognition
End-to-End speech recognition implementation base on TensorFlow (CTC, Attention, and MTL training)