gooofy/py-kaldi-asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as convenient as possible.
Provides Python bindings for Kaldi's nnet3-chain and GMM online decoders via Cython, enabling real-time speech recognition directly within Python applications on Linux. Supports streaming audio decoding and likelihood scoring, integrating with pre-trained models from the Zamia Speech project. Requires manual pkg-config setup to link against Kaldi's C++ libraries and dependencies like OpenFST and ATLAS.
170 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Stars
170
Forks
53
Language
C++
License
Apache-2.0
Category
Last pushed
Feb 23, 2021
Commits (30d)
0
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/gooofy/py-kaldi-asr"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
daanzu/kaldi-active-grammar
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
nttcslab-sp/kaldiio
A pure python module for reading and writing kaldi ark files
pykaldi/pykaldi
A Python wrapper for Kaldi
scarletcho/KoLM
Korean text normalization and language preparation package for LM in Kaldi-based ASR system
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.