This is a svelte frontend for the realtime implementation of whisper by collabora.
https://github.com/collabora/WhisperLive
- Clone the repo
git clone git@github.com:yehiaabdelm/transcription-app.git
- Install dependencies
cd transcription-app
npm i
- Create a .env and add the websocket url. Follow the collabora/WhisperLive repo to dockerize and deploy the transcription server.
PUBLIC_WEBSOCKET_URL="wss://9090.example.com/"
- Run the app
npm run dev