whisper-bot/README.md

9 lines
127 B
Markdown
Raw Permalink Normal View History

2024-08-14 09:13:44 +02:00
```
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
2024-08-14 09:31:02 +02:00
docker compose up
python3 whisper.py
2024-08-14 09:13:44 +02:00
```