A whisper web app.
- Download docker compose file:
curl -o docker-compose.yml https://raw.githubusercontent.com/AlexanderWinters/cdhu-whisper-gpu/refs/heads/main/docker-compose.yml
- And then deploy with docker compose:
docker compose up -d
- You can now open your browser and go to http://localhost:3000 (Only works on Chrome)
Same as above, but for the webGPU to work, the app needs to be served over HTTPS.