Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.03 KB

JARVIS Desktop

Python TensorFlow License

A simple Python program for an Intelligent Desktop Assistant to help with the users' workflow. Inspired by Jarvis, a fictional AI assistant made by Tony Stark in the Marvel Cinematic Universe (Iron Man 2008 - Avengers: Age Of Utron 2015).

Installation

Make sure you have Git and Python 3 installed

git clone https://github.com/polybit-tech/jarvis-desktop jarvis-desktop
cd jarvis-desktop
pip install -r requirements.txt
python app.py

Features

  • Can tell time (both 12h and 24h format)
  • Can open installed apps, if present in Desktop or Start Menu
  • Can schedule reminders
  • More features coming soon...

Contributors

Swastik "Polybit" Biswas (Head Contributor)