Skip to content

Commit

Permalink
Added a friendly message to the readme about a bug
Browse files Browse the repository at this point in the history
with one of our dependencies.
  • Loading branch information
kubla committed Feb 11, 2024
1 parent 5056952 commit f8fdb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sudo apt-get install portaudio19-dev libav-tools
```bash
python -m pip install -r requirements.txt
```
NB: Depending on your local Python version, you may run into [this issue↗](https://github.com/TaylorSMarks/playsound/issues/150) installing playsound. Workarounds are provided in the issue.

If you want to run local speech-to-text from whisper, download the GGML Whisper model from [Huggingface](https://huggingface.co/ggerganov/whisper.cpp). Then in `OS/01/start.sh`, set `ALL_LOCAL=TRUE` and set `WHISPER_MODEL_PATH` to the path of the model.

Expand Down

0 comments on commit f8fdb03

Please sign in to comment.