-
Notifications
You must be signed in to change notification settings - Fork 8
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
13 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 |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# J.A.R.V.I.S | ||
Virtual Assistant [ A Butler For PC Users ] | ||
|
||
It is an effort to create a more helpful but maybe not as sophistacated as others out there or not as human Virtual Assistant for PC users. | ||
|
||
**Requirments** | ||
1. Python 3.7.x | ||
2. Visual Studio C++ Build Tools | ||
3. Visual Studio Community or Professional or Enterprise | ||
|
||
**Installation Procedure** | ||
1. Install PyAudio wheel. | ||
2. Install required modules from requirements.txt by running the following command from the project folder. | ||
```pip install -r requirements.txt``` | ||
3. Run ```JARVIS_MARK_II.py``` |