Switch to faster-whisper

This commit is contained in:
Thales Maciel 2026-02-07 15:21:33 -03:00
parent ae557afc50
commit bb7780c461
4 changed files with 51 additions and 21 deletions

View file

@ -6,18 +6,18 @@ Python X11 transcription daemon that records audio, runs Whisper, logs the trans
- X11 (not Wayland)
- `ffmpeg`
- `whisper` (OpenAI Whisper CLI)
- `faster-whisper`
- `xclip`
- `xdotool`
- Tray icon deps: `libappindicator3` and `gtk3` (required by `systray`)
- Python deps: `pystray`, `pillow`, `python-xlib`, `ollama`, `openai-whisper`
- Python deps: `pystray`, `pillow`, `python-xlib`, `ollama`, `faster-whisper`
## Python Daemon
Install Python deps:
```bash
pip install -r src/requirements.txt
pip install -r requirements.txt
```
Run: