|
|
|
Ask HN: Best open source voice recognition/transcription software?
|
|
3 points
by __init
2180 days ago
|
|
I'm looking to automatically transcribe some audio recorded from my handheld voice recorder in a low-noise environment. It doesn't have to be perfect -- just good enough so that I can see an approximation of what was said. It'd be great if I could find something open source so that I can hack on it and give back if possible. Suggestions? Thanks! |
|
However, kaldi-active-grammar specializes in real time command and control, with advanced features that don't really apply to your use case. Vosk [1] is probably a simpler, better fit for you. It likewise uses Kaldi and can use my models, and offers some others of its own as well.
Neither are particularly focused on transcription per se, but they are open.
[0] https://github.com/daanzu/kaldi-active-grammar
[1] https://github.com/alphacep/vosk-api