Skip to content
Snippets Groups Projects
user avatar
akomaty@idiap.ch authored
c7985201
History

Python Bindings for Kaldi

This package provides pythonic bindings for Kaldi functionality so it can be seemlessly integrated with Python-based workflows. It is a part fo the signal-processing and machine learning toolbox Bob.

Installation

Follow our installation instructions. Then, using the Python interpreter provided by the distribution, build this package with:

$ git clone BOB.KALDI_REPOSITORY
$ cd bob.kaldi
$ source activate BOB_ENV
$ buildout

To be able to work properly, some dependent packages are required to be installed. Please make sure that you have read the Dependencies for your operating system.

This package also requires that Kaldi is properly installed alongside the Python interpreter you're using, under the directory <PREFIX>/lib/kaldi, along with all necessary scripts and compiled binaries.

Documentation

For further documentation on this package, please read the Stable Version or the Latest Version of the documentation. For a list of tutorials on this or the other packages ob Bob, or information on submitting issues, asking questions and starting discussions, please visit its website.

Contact

For questions or reporting issues to this software package, contact our development mailing list.