@ -4,41 +4,32 @@ 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.**
```bash
# For macOS
brew install portaudio ffmpeg
<br>
# For Ubuntu
sudo apt-get install portaudio19-dev libav-tools
```
## Setup
2. **Install Python dependencies.**
```bash
# MacOS
brew install portaudio ffmpeg
```bash
python -m pip install -r requirements.txt
```
# Ubuntu
sudo apt-get install portaudio19-dev libav-tools
```
3. **(optional) Download local audio models**
```bash
python -m pip install -r requirements.txt
```
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.