kaldi-asr/kaldi is the official location of the Kaldi project.
To build the toolkit: see ./INSTALL
. These instructions are valid for UNIX
systems including various flavors of Linux; Darwin; and Cygwin (has not been
tested on more “exotic” varieties of UNIX). For Windows installation
instructions (excluding Cygwin), see windows/INSTALL
.
To run the example system builds, see egs/README.txt
If you encounter problems (and you probably will), please do not hesitate to
contact the developers (see below). In addition to specific questions, please
let us know if there are specific aspects of the project that you feel could be
improved, that you find confusing, etc., and which missing features you most
wish it had.
For HOT news about Kaldi see the project site.
Kaldi forums and mailing lists:
We have two different lists
To sign up to any of those mailing lists, go to
http://kaldi-asr.org/forums.html:
master
, e.g. you createmy-awesome-feature
.In order to build it on Fedora 41 using the libraries that are provided by the distro, you need to install the development libraries and dependencies with
sudo dnf install lapack-devel openfst-devel
then build the package as follows:
cmake -S ./ -Bbuild/Release -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DBuildForFedora=ON
cmake --build /home/gerhard/workspace/kaldi/build/Release