J.A.R.V.I.S is an AI virtual assistant made in python.
Running JARVIS
Without Python
To run JARVIS without python:
LINK
1. Head over to our installation page:2. Download the installer.
3. Run the installer as administrator.
4. After installation, run the start menu shortcut 'JARVIS' as administrator. (You won't need to run as administrator in future releases)
With Python
To run JARVIS in python, make sure you have all the packages by running this code in the command prompt:
python DepInstaller.py
Then, just open a command prompt window inside the repo directory and run:
python __main__.py
To talk to JARVIS, say 'jarvis' and wait for it to print '<< wake >>', and then speak the command.
Dependencies JARVIS needs the following packages:
SpeechRecognition
PyAudio
torch
PlaySound
PyAutoGUI
gTTS
pywhatkit
chatterbot
chatterbot-corpus
nltk
Building the EXE file
Python
To build the EXE file to run JARVIS, make sure you haveRun the following code:
python setup_exe.py build
The EXE file will be ready in a 'build' folder.
Known Issue(s)
- The app has to be run as administrator or on an elevated shell on computers without python. (will be resolved shortly)
- It doesn't have a UI. (will be resolved shortly)