Another use-case I have is recording my claude prompts as audio, transcribing them, and then pasting them into my terminal. I mostly work on the CLI (claude, ffmpeg, whisper), but I wanted to make a browser version.
Not reinventing the wheel here, just using Huggingface/Xenova Transformers.js to run Whisper in the browser with a background worker.
You can see a demo here: https://www.youtube.com/watch?v=ICLOvAq9vKE
If you're interested in building this yourself, there's a bunch of examples on Huggingface https://huggingface.co/collections/Xenova/transformersjs-dem...
pimlottc•13h ago
correa_brian•13h ago