Whisper-web is a webapplication that allows you to transcribe sound files to text completely locally in your web browser.
This repository is a fork of Xenova/whisper-web.
Here are the main differences:
- Actively maintained
- Up-to-date dependencies, including transformers.js
- Ability to use WebGPU or CPU
- More user-friendly interface
The main application is available at whisper-web.mesu.re. It is hosted on Github Pages.
I have also translated the website to Swedish and added the Swedish KB-Whisper models fine-tuned by the Swedish National library
This version is available at kb-whisper.mesu.re (hosted in the EU by statichost.eu) and the source code is on the swedish branch.
-
Clone the repo and install dependencies:
git clone https://github.com/PierreMesure/whisper-web.git cd whisper-web npm install
-
Run the development server:
npm run dev
-
Open the link (e.g., http://localhost:5173/) in your browser.