skit-ai/kaldi-serve
Server framework for Kaldi ASR Toolkit
This project provides a deployable server framework for Kaldi ASR, enabling real-time streaming speech recognition. It takes audio input and outputs transcribed text, including word timings and confidence scores. It's designed for developers building custom applications that require high-performance, real-time speech-to-text capabilities.
No commits in the last 6 months.
Use this if you are a developer building a speech recognition application that needs to process audio streams in real-time, such as for voice assistants, call center analytics, or transcription services.
Not ideal if you are an end-user looking for a ready-to-use speech-to-text application rather than a development framework.
Stars
99
Forks
24
Language
C++
License
Apache-2.0
Category
Last pushed
Sep 17, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/skit-ai/kaldi-serve"
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.