Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyashm17/jarvis
It is a personal assistant coded by me which can do certain tasks such as telling the time, searching on web, news updates, playing music, mathematical operations etc. It also has security feature, where you can add your name and a password such that only you can turn it on
https://github.com/shreyashm17/jarvis
ai assitant jarvis python
Last synced: about 1 month ago
JSON representation
It is a personal assistant coded by me which can do certain tasks such as telling the time, searching on web, news updates, playing music, mathematical operations etc. It also has security feature, where you can add your name and a password such that only you can turn it on
- Host: GitHub
- URL: https://github.com/shreyashm17/jarvis
- Owner: ShreyashM17
- Created: 2024-09-14T15:28:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T07:03:48.000Z (3 months ago)
- Last Synced: 2024-09-16T01:37:38.335Z (3 months ago)
- Topics: ai, assitant, jarvis, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javis - The personal AI Assistant
It is completely written in Python, with features listed down below. You need to create a free API ID at `newsapi.org` and paste it into `\functions\news.py` to access and get live news updates in Jarvis.### Features (Functions)
- Can greet you according to the time
- Can act as a voice-activated calculator
- Tell news, you can explore news.py to know more
- Play, pause, next, previous of your device music
- Give the command to search on any browser
- you can check your battery status as well
- Explore all the code and edit as you like## To start Jarvis
##### Install all dependencies from requirements.txt
##### Open `jarvis1.0.py` file and write your name in the file where mentioned and enter the password you would like
##### Run the file (Jarvis would be activated)### BrainV1.py
This file is the brain of Jarvis, it is a custom algorithm that is simple and easy to use### CommandlineV1.py
This is where all the dialogues are there you can edit, add, new dialogues to increase the efficiency of the output from jarvis