All Projects → kaldi-asr → Kaldi

kaldi-asr / Kaldi

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

Programming Languages

shell
77523 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
perl
6916 projects
c
50402 projects - #5 most used programming language
TeX
3793 projects

Projects that are alternatives of or similar to Kaldi

kaldi ag training
Docker image and scripts for training finetuned or completely personal Kaldi speech models. Particularly for use with kaldi-active-grammar.
Stars: ✭ 14 (-99.87%)
Mutual labels:  speech, speech-recognition, speech-to-text, kaldi
Awesome Kaldi
This is a list of features, scripts, blogs and resources for better using Kaldi ( http://kaldi-asr.org/ )
Stars: ✭ 393 (-96.48%)
Mutual labels:  speech-recognition, speech, speech-to-text, kaldi
Vosk Api
Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Stars: ✭ 1,357 (-87.83%)
Mutual labels:  speech-recognition, speech-to-text, kaldi
Sonus
💬 /so.nus/ STT (speech to text) for Node with offline hotword detection
Stars: ✭ 532 (-95.23%)
Mutual labels:  speech-recognition, speech, speech-to-text
Deepspeech
A PaddlePaddle implementation of ASR.
Stars: ✭ 1,219 (-89.07%)
Mutual labels:  speech-recognition, speech, speech-to-text
sova-asr
SOVA ASR (Automatic Speech Recognition)
Stars: ✭ 123 (-98.9%)
Mutual labels:  speech, speech-recognition, speech-to-text
Java Speech Api
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
Stars: ✭ 490 (-95.61%)
Mutual labels:  speech-recognition, speech, speech-to-text
Eesen
The official repository of the Eesen project
Stars: ✭ 738 (-93.38%)
Mutual labels:  speech-recognition, speech-to-text, kaldi
Deep-learning-And-Paper
【仅作为交流学习使用】机器智能--相关书目及经典论文包括AutoML、情感分类、语音识别、声纹识别、语音合成实验代码等
Stars: ✭ 62 (-99.44%)
Mutual labels:  speech-recognition, speech-to-text, speaker-verification
Delta
DELTA is a deep learning based natural language and speech processing platform.
Stars: ✭ 1,479 (-86.74%)
Mutual labels:  speech-recognition, speech, speaker-verification
Discordspeechbot
A speech-to-text bot for discord with music commands and more using NodeJS. Ideally for controlling your Discord server using voice commands, can also be useful for hearing-impaired people.
Stars: ✭ 35 (-99.69%)
Mutual labels:  speech-recognition, speech, speech-to-text
Pytorch Asr
ASR with PyTorch
Stars: ✭ 124 (-98.89%)
Mutual labels:  speech-recognition, speech, kaldi
speech-to-text
mixlingual speech recognition system; hybrid (GMM+NNet) model; Kaldi + Keras
Stars: ✭ 61 (-99.45%)
Mutual labels:  speech-recognition, speech-to-text, kaldi
speech to text
how to use the Google Cloud Speech API to transcribe audio/video files.
Stars: ✭ 35 (-99.69%)
Mutual labels:  speech, speech-recognition, speech-to-text
UniSpeech
UniSpeech - Large Scale Self-Supervised Learning for Speech
Stars: ✭ 224 (-97.99%)
Mutual labels:  speech, speech-recognition, speaker-verification
Annyang
💬 Speech recognition for your site
Stars: ✭ 6,216 (-44.26%)
Mutual labels:  speech-recognition, speech, speech-to-text
Dragonfire
the open-source virtual assistant for Ubuntu based Linux distributions
Stars: ✭ 1,120 (-89.96%)
Mutual labels:  speech-recognition, speech-to-text, kaldi
kaldi helpers
🙊 A set of scripts to use in preparing a corpus for speech-to-text processing with the Kaldi Automatic Speech Recognition Library.
Stars: ✭ 13 (-99.88%)
Mutual labels:  speech, speech-to-text, kaldi
deepspeech.mxnet
A MXNet implementation of Baidu's DeepSpeech architecture
Stars: ✭ 82 (-99.26%)
Mutual labels:  speech, speech-recognition, speech-to-text
Pykaldi
A Python wrapper for Kaldi
Stars: ✭ 756 (-93.22%)
Mutual labels:  speech-recognition, speech, kaldi

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.

Web Assembly

  • Kaldi supports cross compiling for Web Assembly for in-browser execution using emscripten and CLAPACK.
  • See this post for a step-by-step description of the build process.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].