Skip to content

This is the New Jarvis AI Project it will do some functionality followed by user query.

License

Notifications You must be signed in to change notification settings

Ananya-0306/Jarvis-desktop-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis-desktop-assistant

To run Desktop assistant on windows, enter the following commands in terminal:
Note: make sure that python3 is installed

git clone https://github.com/Ananya-0306/Jarvis-desktop-assistant.git
cd "Jarvis-desktop-assistant"
pip install -r requirements.txt
python jarvis.py

** To run Desktop assistant on linux, enter the following commands in terminal:**

git clone https://github.com/Ananya-0306/Jarvis-desktop-assistant.git
cd "Jarvis-desktop-assistant"
pip install -r requirements.txt
python3 jarvis.py