dspavankumar/keras-kaldi
Keras Interface for Kaldi ASR
This project helps speech recognition engineers and researchers build and evaluate deep learning models for Automatic Speech Recognition (ASR). It takes in speech data and corresponding phonetic alignments, then produces trained deep neural networks (DNNs) or LSTMs for improved speech recognition. The models are compatible with Kaldi, a popular ASR toolkit.
122 stars. No commits in the last 6 months.
Use this if you are developing or experimenting with ASR systems and want to leverage Keras's deep learning capabilities with your existing Kaldi datasets and workflows.
Not ideal if you are looking for a ready-to-use, off-the-shelf ASR application without needing to build and train custom deep learning models.
Stars
122
Forks
42
Language
Python
License
GPL-3.0
Category
Last pushed
Sep 27, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/dspavankumar/keras-kaldi"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
daanzu/kaldi-active-grammar
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
gooofy/py-kaldi-asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as...
nttcslab-sp/kaldiio
A pure python module for reading and writing kaldi ark files
pykaldi/pykaldi
A Python wrapper for Kaldi
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.