Personal Voice Assistant with Python3
- steo one : Create a VirtualEnviroment:
virtualenv -p python3 .venv- step two : active it!!!
source .venv/bin/activate- step three : install requirements with pip
pip install -r requirements.txt- step four: rename config.sample.py to config.py
- and add your personal config to it
mv config.sample.py config.py- Run app with command
python main.py- Say JARVIS to get your command
good luck
Seyed Ali Mojtabavi