Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N3RDIUM authored Sep 30, 2021
1 parent 35ee31c commit 5537f90
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
![image](https://user-images.githubusercontent.com/74598401/135040774-caf95e55-b70e-4b78-9909-94fb91a0ea98.png)

#### J.A.R.V.I.S is an AI virtual assistant made in python.

## Running JARVIS
To run JARVIS, make sure you have all the packages by running this code in the command prompt:

python -m pip install pyaudio speechrecogntion torch playsound pyautogui wolframalpha gtts pywhatkit chatterbot chatterbot-corpus nltk

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
WolframAlpha
gTTS
pywhatkit
chatterbot
chatterbot-corpus
nltk

## Known Issues
1. The assistant takes too long to respond (will be resolved shortly)
2. It doesn't work on devices without python (will be resolved shortly)

0 comments on commit 5537f90

Please sign in to comment.