A voice assistant which helps with a few tasks.
- Clone the repository (
git clone https://github.com/DanPlayz0/Voice-Butler.git
) - Install dependencies (
pip install
) - Install deepspeech models
- Create folder (
mkdir speech && cd speech
) - Download Deepspeech Model Scorer (
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.scorer
) - Download Deepspeech Model TFlite (
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.1/deepspeech-0.9.1-models.tflite
)
- Run the project (
python3 jarvis-everything.py
)