-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |