yehiaabdelm / transcription-app

Frontend for realtime transcription using WhisperLive
5 stars 0 forks source link

Svelte frontend for WhisperLive

This is a svelte frontend for the realtime implementation of whisper by collabora.

https://github.com/collabora/WhisperLive

Demo

Demo

Usage

  1. Clone the repo
git clone git@github.com:yehiaabdelm/transcription-app.git
  1. Install dependencies
cd transcription-app
npm i
  1. 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/"
  1. Run the app
npm run dev