#127 · Primary category: Speech & Audio

whisper-web

javascript transformers whisper

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