Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 998 Bytes

File metadata and controls

42 lines (31 loc) · 998 Bytes

SADE Voice Assistant

SADE is a python voice assistant which is was made to be easy to set up, customize and learn from.

Installation

Download LLM Model

Install Ollama Pull Orca-Mini

On Linux:

curl https://ollama.ai/install.sh | sh
ollama pull orca-mini:3b

Run SADE Voice Assistant

cd path/to/voice-assistant/
pip install -r requirements.txt
cd assistant
python3 main.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Libraries

It was made using these libraries:
Langchain
Ollama
Sounddevice
Soundfile
Coqui TTS
Faster Whisper

License

MIT