Kaldi
Kaldi is a free, open-source toolkit for speech recognition research. It provides a comprehensive set of libraries, binaries, and scripts that enable researchers to build, train, and evaluate acoustic models for automatic speech recognition (ASR). The toolkit emphasizes performance and scalability and is widely used in academia and industry. It supports traditional Gaussian Mixture Model–hidden Markov model pipelines as well as modern neural-network–based systems, and it covers data preparation, feature extraction, alignment, training, decoding, and evaluation.
Kaldi originated around 2009 at Johns Hopkins University, with contributions from researchers including Daniel Povey and
Architecturally, Kaldi is primarily written in C++ and relies on scripting for experiment management. It uses
Impact and usage: Kaldi is widely deployed in academic research and some industry projects due to its