Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 476 Bytes

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

initlization

npm install
npm run dev

TODOS:

  • translation to alternate language
  • get list of languages for the model
  • add a button to quick switch languges
  • re-design the UI