#16 · Primary category: Speech & Audio
kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.
Project last updated:09/22/25
GitHub Stars
15.5K
Forks
5.4K
Contributors
511
License
Other
Why we included this project
Kaldi is the toolkit most speech researchers cut their teeth on, and it still holds up for production work that newer frameworks don't cover. The whole pipeline lives in C++: feature extraction, acoustic model training with both GMM and neural approaches, finite-state-transducer decoding, and speaker identification and verification, all exposed as command-line programs that script cleanly. What really sets it apart are the example recipes, which take you from raw audio corpora to a working recognizer step by step, making it a good place to learn how ASR actually works instead of treating it as a black box. Its Apache license and modular design have let many commercial systems build on top of it, and parts of it, like the decoders and matrix libraries, still show up inside newer toolkits. If you need to train custom acoustic models, adapt an existing one to a new language or domain, or do speaker recognition, Kaldi is a solid, well-documented base to start from.
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