SADE is a python voice assistant which is was made to be easy to set up, customize and learn from.
On Linux:
curl https://ollama.ai/install.sh | sh
ollama pull orca-mini:3b
cd path/to/voice-assistant/
pip install -r requirements.txt
cd assistant
python3 main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
It was made using these libraries:
Langchain
Ollama
Sounddevice
Soundfile
Coqui TTS
Faster Whisper