@ -4,39 +4,30 @@ Official repository for [The 01 Project](https://twitter.com/hellokillian/status
<br>
## Installation
### [View task list ↗](https://github.com/KillianLucas/01/blob/main/TASKS.md)
1. **Install PortAudio and FFmpeg.**
<br>
## Setup
```bash
# For macOS
# MacOS
brew install portaudio ffmpeg
# For Ubuntu
# Ubuntu
sudo apt-get install portaudio19-dev libav-tools
```
2. **Install Python dependencies.**
```bash
python -m pip install -r requirements.txt
```
3. **(optional) Download local audio models**
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.