Skip to content

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

Notifications You must be signed in to change notification settings

CodersCreative/voice-assistant-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages