#225 · Primary category: Speech & Audio
vosk
VOSK Speech Recognition Toolkit
Project last updated:07/13/22
GitHub Stars
503
Forks
56
Contributors
1
License
Apache-2.0
Why we included this project
This repository is the server-side core of the Vosk speech family, built around a lifelong-learning view of recognition. Rather than a conventional neural acoustic model, it fingerprints short audio chunks, stores them in an LSH-hashed signal database, and infers phones by looking those chunks up during decoding. That design lets it train on very large speech corpora on modest hardware, and you can correct or extend its behavior simply by adding more samples. Teams exploring retrieval-based or continually updated ASR will find the Python indexing and verification scripts a useful starting point, though this is research code: the index is huge, generalization is still questionable, and the packaged production API lives in the companion vosk-api project.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production