2 points | by codybontecou 2 days ago ago
1 comments
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...
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...