m1el/nemotron-asr.cpp
Nemotron ASR rewrite to GGML
This tool helps developers integrate a high-performance, low-dependency speech-to-text feature into their applications. It takes raw audio streams or files as input and converts them into transcribed text. Developers building real-time applications or needing efficient, continuous speech recognition would use this.
Use this if you need a fast, low-latency, and continuous speech recognition solution for audio streams or long audio files within your application.
Not ideal if you're looking for a simple, out-of-the-box desktop application for transcribing short audio clips without any development.
Stars
10
Forks
1
Language
C++
License
MIT
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/m1el/nemotron-asr.cpp"
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.