Feat : installation script & readme update

This commit is contained in:
martin legrand
2025-03-13 15:52:37 +01:00
parent 0315d8e67f
commit b7eaee6b34
6 changed files with 134 additions and 2 deletions
+29 -1
View File
@@ -28,11 +28,39 @@
**We recommend using at least Deepseek 14B—smaller models struggle with tool use and memory retention.**
### 1️⃣ **Install Dependencies**
### 1️⃣ **Install Dependencies**
**Install requirements**
```sh
sudo apt-get update
pip3 install -r requirements.txt
```
**Install chromedriver**
```sh
# linux
pip install selenium
# macos
brew install --cask chromedriver
# windows
https://sites.google.com/chromium.org/driver/getting-started
```
**Install pyAudio**
```sh
# linux
sudo apt-get install portaudio19-dev python3-dev
#macos
brew install portaudio
```
### 2️⃣ **Download Models**
Make sure you have [Ollama](https://ollama.com/) installed.