This is a simple Vue app to transcribe audio in real time and translate it to a different language directly in the browser.
Its an implementation of the Whisper model with a custom processor bassed https://huggingface.co/spaces/Xenova/realtime-whisper-webgpu
npm install
npm run dev
- translation to alternate language
- get list of languages for the model
- add a button to quick switch languges
- re-design the UI