vosk-browser and vosk
These are ecosystem siblings—the browser-based WebAssembly implementation is a platform-specific compilation of the core Vosk toolkit that enables speech recognition in web environments, while the main toolkit provides the underlying ASR engine and libraries for server/desktop applications.
About vosk-browser
ccoreilly/vosk-browser
A speech recognition library running in the browser thanks to a WebAssembly build of Vosk
This library enables web applications to perform speech recognition directly within a user's browser. It takes audio input from a microphone or an audio file and converts it into text. This is designed for web developers who want to integrate offline, client-side speech-to-text functionality into their browser-based projects.
About vosk
alphacep/vosk
VOSK Speech Recognition Toolkit
Vosk helps you continuously improve your speech recognition models by leveraging a vast database of audio fingerprints. You input audio files and their corresponding phonetic transcriptions, and the system learns from this data. The output is a more accurate speech recognition model that adapts over time. This is for researchers, engineers, or linguists building highly specialized and evolving speech recognition systems.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work