Pritam262 / Jarvis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jarvis

Jarvis is a virtual assistant which can be used to automate your tasks.

As it uses Windows Speech Engine to talk, this programme can run only in Windows operating system.(Linux Support Will Come Soon!)

What Jarvis can do

  1. It can speak

  2. It can recognize your voice(speech to text)

  3. It can search on Wikipedia via voice command

  4. It can open YouTube, Facebook on Google Chrome via voice command

Requirments

Make sure that you have the latest version of Python installed.

To start open CMD in the directory then run the code below!

pip install -r requirments.txt

If You Get No Module Named PYAUDIO Error!

Download suitable version of PyAudio File: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

Then Open CMD/Terminal and type : C:\Users\Programs\Python\Python37\Scripts add "pip install" file location where you downloaded the PyAudio whl file. example:C:\Users\Programs\Python\Python37\Scripts>pip install C:\Users\Desktop\Projects\PyAudio-0.2.11-cp37-cp37m-win_amd64.whl

  • Be sure to change the application paths on assistant.py otherwise it wont open Google Chrome and other Apps.
This app is still in development stage! Be sure to star the repository to get future updates.

About


Languages

Language:Python 100.0%