Add whisper remote backend and CLI

This commit is contained in:
2026-05-24 12:36:24 +02:00
parent ad10a62ae6
commit aa89590555
12 changed files with 445 additions and 0 deletions

13
cli/README.md Normal file
View File

@@ -0,0 +1,13 @@
# whisper-remote
Local CLI that forwards media files to a remote `whisper-remote-backend` server.
## Run
```bash
pip install -e .
export WHISPER_REMOTE=http://127.0.0.1:8000
whisper-remote ./audio.mp3 --model base --language en --output-format txt
```
Use `--to-file` to save the returned transcript locally.