Switch to faster-whisper
This commit is contained in:
parent
ae557afc50
commit
bb7780c461
4 changed files with 51 additions and 21 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue