gooofy/py-kaldi-asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as convenient as possible.
This project simplifies integrating Kaldi's speech recognition capabilities into applications. It takes audio input, like a .wav file or live stream, and outputs transcribed text. This is designed for developers who are building applications that require accurate, offline or online speech-to-text functionality on Linux systems.
170 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer building a speech-enabled application and need a straightforward way to use Kaldi's powerful decoders for speech recognition.
Not ideal if you are an end-user looking for a ready-to-use speech recognition application, as this is a development tool requiring coding.
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
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.
scarletcho/KoLM
Korean text normalization and language preparation package for LM in Kaldi-based ASR system