랭킹으로 돌아가기

kaldi-asr/kaldi

Shellkaldi-asr.org

kaldi-asr/kaldi is the official location of the Kaldi project.

kaldic-plus-pluscudashellspeech-recognitionspeech-to-textspeaker-verificationspeaker-idspeech
스타 성장
스타
15.4k
포크
5.4k
주간 성장
이슈
192
5k10k15k
2015년 4월2019년 1월2022년 10월2026년 7월
README

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

Fedora 41 (and later)

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

PowerPC 64bits little-endian (ppc64le)

Android

  • Kaldi supports cross compiling for Android using Android NDK, clang++ and OpenBLAS.
  • See this blog post for details.

Web Assembly

  • Kaldi supports cross compiling for Web Assembly for in-browser execution using emscripten and OpenBLAS
  • See this repo for a step-by-step description of the build process.
관련 저장소
alphacep/vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node

Jupyter NotebookApache License 2.0speech-recognitionasr
15k1.7k
espnet/espnet

End-to-End Speech Processing Toolkit

PythonPyPIApache License 2.0deep-learningend-to-end
espnet.github.io/espnet/
9.9k2.4k
mravanelli/pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.

PythonPyPIspeech-recognitiongru
2.4k443
MontrealCorpusTools/Montreal-Forced-Aligner

Command line utility for forced alignment using Kaldi

PythonPyPIMIT Licensekaldiforced-alignment
montrealcorpustools.github.io/Montreal-Forced-Aligner/
1.8k285
DragonComputer/Dragonfire

the open-source virtual assistant for Ubuntu based Linux distributions

PythonPyPIMIT Licenselinuxubuntu
dragon.computer
1.4k211
alphacep/vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries

PythonPyPIApache License 2.0websocketspeech-recognition
1.3k320
lhotse-speech/lhotse

Tools for handling multimodal data in machine learning projects.

PythonPyPIApache License 2.0speechaudio
lhotse.readthedocs.io/en/latest/
1.1k277
alphacep/vosk-android-demo

Offline speech recognition for Android with Vosk library.

JavaMavenApache License 2.0androidkaldi
1.1k274
pykaldi/pykaldi

A Python wrapper for Kaldi

PythonPyPIApache License 2.0pythonwrapper
pykaldi.github.io
1k250