PyKaldi Documentation

PyKaldi is a Python wrapper for Kaldi. It aims to bridge the gap between Kaldi and all the nice things Python has to offer. Its main features are:

  • Near-complete coverage of Kaldi C++ API
  • First class support for Kaldi and OpenFst types in Python
  • Extensible design
  • Open license
  • Extensive documentation
  • Thorough testing
  • Example scripts
  • Support for both Python 2.7 and 3.5+

See also

Kaldi Documentation
PyKaldi API matches Kaldi API to a large extent, hence most of Kaldi documentation applies to PyKaldi verbatim. Further, Kaldi documentation includes detailed descriptions of the library API, the algorithms used and the software architecture, which are currently significantly more comprehensive than what PyKaldi documentation provides.