#131 · Primary category: Speech & Audio
openspeech
Open-Source Toolkit for End-to-End Speech Recognition leveraging PyTorch-Lightning and Hydra.
Project last updated:06/21/26
GitHub Stars
714
Forks
116
Contributors
9
License
MIT
Why we included this project
OpenSpeech is a training toolkit for end-to-end automatic speech recognition, built around working reproductions of published ASR models such as DeepSpeech2 and RNN-Transducer. It includes training recipes for English, Chinese, and Korean, with datasets like LibriSpeech, AISHELL-1, and KsponSpeech, so you can reproduce a paper's results or point it at your own data by defining a data module and tokenizer. Since the code runs on PyTorch-Lightning and Hydra, mixed-precision, multi-GPU and TPU training, and hierarchical config management are already wired in, which spares you most of the plumbing that slows down ASR research. One caveat: this is a training framework, not a drop-in inference service, so plan to train or fine-tune models yourself rather than expecting pretrained weights.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production