py-kaldi-asr and pykaldi
These are competitors offering different approaches to Python-Kaldi integration: py-kaldi-asr prioritizes simplicity and online decoding convenience with active maintenance (reflected in its monthly downloads), while pykaldi provides comprehensive but lower-level bindings to Kaldi's full API.
About py-kaldi-asr
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.
About pykaldi
pykaldi/pykaldi
A Python wrapper for Kaldi
This tool helps speech recognition researchers and professionals build custom speech recognition systems using Python. It allows users to input audio features and Kaldi models to get back transcribed text, alignments, and lattices. It's designed for those who need fine-grained control over their speech recognition pipelines.
Scores updated daily from GitHub, PyPI, and npm data. How scores work