/jarvis-voice-assistant

Personal Voice Assistant with Python3

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

JARVIS Voice Assistant

Personal Voice Assistant with Python3

Installation

  • 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

  • Run app with command
python main.py
  • Say JARVIS to get your command

good luck

Seyed Ali Mojtabavi