Skip to content
This is the official location of the Kaldi project.
Shell C++ Python Perl C TeX Other
Branch: master
Clone or download

Latest commit

kunazure and ethanwei [build] Upgrade tfrnnlm installer (#4127)
Co-authored-by: ethanwei <ethanwei@wezhuiyi.com>
Latest commit 83a301b Jun 23, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Create stale.yml Jun 19, 2020
cmake [build] relax python requirement in cmake build (#4090) Jun 1, 2020
docker [build] fixed broken Docker builds by adding gfortran package (#3640) Oct 5, 2019
egs [egs] icsi recipe (#2435) Jun 23, 2020
misc [scripts,egs] Fix shebangs on bash scripts to #!/usr/bin/env bash, fo… Jan 29, 2020
scripts [egs] add MobvoiHotwords SLR87 recipes (#4060) May 11, 2020
src [src] cuda decoder: fix crash due to offset in LDA transform (#4116) Jun 23, 2020
tools [build] Upgrade tfrnnlm installer (#4127) Jun 23, 2020
windows [build] fix windows 10 build errors. (#4111) Jun 17, 2020
.gitattributes Don't mangle patch file line endings in all directories Jan 11, 2016
.gitignore [src,scripts,egs] Add lookahead graph decoding == dynamic graph compo… Feb 10, 2020
.gitpod.Dockerfile [scripts,egs] modify chain2 script (add ivector, diagnosis log, compu… Jun 19, 2020
.gitpod.yml [scripts,egs] modify chain2 script (add ivector, diagnosis log, compu… Jun 19, 2020
.travis.yml Update .travis config to build the pybind11 branch Jan 9, 2020
CMakeLists.txt [build] relax python requirement in cmake build (#4090) Jun 1, 2020
COPYING [src] make e2e/"unconstrained" numerator computation faster (#2392) May 7, 2018
INSTALL [build] Add CMake Build System as alternative to current Makefile-bas… Nov 28, 2019
README.md [scripts,egs] modify chain2 script (add ivector, diagnosis log, compu… Jun 19, 2020

README.md

Build Status Gitpod Ready-to-Code Kaldi Speech Recognition Toolkit

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.

Kaldi information channels

For HOT news about Kaldi see the project site.

Documentation of Kaldi:

  • Info about the project, description of techniques, tutorial for C++ coding.
  • Doxygen reference of the C++ code.

Kaldi forums and mailing lists:

We have two different lists

  • User list kaldi-help
  • Developer list kaldi-developers:

To sign up to any of those mailing lists, go to http://kaldi-asr.org/forums.html:

Development pattern for contributors

  1. Create a personal fork of the main Kaldi repository in GitHub.
  2. Make your changes in a named branch different from master, e.g. you create a branch my-awesome-feature.
  3. Generate a pull request through the Web interface of GitHub.
  4. As a general rule, please follow Google C++ Style Guide. There are a few exceptions in Kaldi. You can use the Google's cpplint.py to verify that your code is free of basic mistakes.

Platform specific notes

PowerPC 64bits little-endian (ppc64le)

Android

  • Kaldi supports cross compiling for Android using Android NDK, clang++ and OpenBLAS.
  • See this blog post for details.
You can’t perform that action at this time.