Real-time in-browser speech recognition with Nuxt and Transformers.js (github.com) 2 points by codybontecou 1y ago ↗ HN
[–] codybontecou 1y ago ↗ This is a barebones demo showing Transformers.js working with Whisper in the browser for realtime audio to text transcription.It uses [whisper-base](https://huggingface.co/onnx-community/whisper-base), a 290mb model, and is able to transcribe audio in all of the languages listed [here](https://github.com/openai/whisper/blob/248b6cb124225dd263bb9...). It can be ran entirely offline once the model is loaded in.This code is deployed here - https://nuxt-transformersjs-realtime-transcription.vercel.ap...
1 comment
[ 3.1 ms ] story [ 15.8 ms ] threadIt uses [whisper-base](https://huggingface.co/onnx-community/whisper-base), a 290mb model, and is able to transcribe audio in all of the languages listed [here](https://github.com/openai/whisper/blob/248b6cb124225dd263bb9...). It can be ran entirely offline once the model is loaded in.

This code is deployed here - https://nuxt-transformersjs-realtime-transcription.vercel.ap...