#127 · Primary category: Speech & Audio
whisper-web
ML-powered speech recognition directly in your browser
Project last updated:10/01/24
GitHub Stars
3.3K
Forks
426
Contributors
3
License
MIT
Why we included this project
Web developers who want speech-to-text without standing up a backend or paying per-minute API fees will find a working blueprint here. The repo runs OpenAI's Whisper models entirely in the browser via Transformers.js, so audio never leaves the user's device, which is a real privacy win for transcription features. It is more of a working demo and starting point than a drop-in library: clone it, start the dev server, and it transcribes in multiple languages with optional timestamps. An experimental branch moves the heavy lifting to WebGPU for GPU acceleration, and a live hosted demo lets you test the approach before adopting it.
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