Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GauravSingh9356/J.A.R.V.I.S
Personal Assistant built using python libraries. It does almost anything which includes sending emails, Optical Text Recognition, Dynamic News Reporting at any time with API integration, Todo list generator, Opens any website with just a voice command, Plays Music, Wikipedia searching, Dictionary with Intelligent Sensing i.e. auto spell checking, Weather Reporting i.e. temp, wind speed, humidity, YouTube searching, Google Map searching, Youtube Downloading, etc.
https://github.com/GauravSingh9356/J.A.R.V.I.S
chatgpt dictionary-application difflib hacktoberfest hactober-accepted hactoberfest2021 jarvis jarvis-ai newsapi opencv optical-character-recognition optical-text-recognition python python3 pyttsx3 speech-recognition tesseract tesseract-ocr weather-api webbrowser
Last synced: 3 months ago
JSON representation
Personal Assistant built using python libraries. It does almost anything which includes sending emails, Optical Text Recognition, Dynamic News Reporting at any time with API integration, Todo list generator, Opens any website with just a voice command, Plays Music, Wikipedia searching, Dictionary with Intelligent Sensing i.e. auto spell checking, Weather Reporting i.e. temp, wind speed, humidity, YouTube searching, Google Map searching, Youtube Downloading, etc.
- Host: GitHub
- URL: https://github.com/GauravSingh9356/J.A.R.V.I.S
- Owner: GauravSingh9356
- License: mit
- Created: 2020-06-27T04:22:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-25T15:37:52.000Z (6 months ago)
- Last Synced: 2024-06-26T15:41:37.885Z (5 months ago)
- Topics: chatgpt, dictionary-application, difflib, hacktoberfest, hactober-accepted, hactoberfest2021, jarvis, jarvis-ai, newsapi, opencv, optical-character-recognition, optical-text-recognition, python, python3, pyttsx3, speech-recognition, tesseract, tesseract-ocr, weather-api, webbrowser
- Language: Python
- Homepage:
- Size: 9.59 MB
- Stars: 805
- Watchers: 58
- Forks: 191
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - GauravSingh9356/J.A.R.V.I.S - J.A.R.V.I.S is a Python library that provides a personal assistant functionality with features such as email, optical text recognition, dynamic news reporting, todo list generator, website opening, music playing, Wikipedia searching, dictionary with spell checking, weather reporting, YouTube searching, and Google Map searching. (SDK, Libraries, Frameworks / Python)
README
J.A.R.V.I.S
[![Welcome to my profile](https://img.shields.io/badge/Hello,Devs!-Welcome-blue.svg?style=flat&logo=github)](https://github.com/gauravsingh9356/J.A.R.V.I.S)
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/gauravsingh9356/J.A.R.V.I.S)
[![GitHub issues](https://img.shields.io/github/issues/GauravSingh9356/J.A.R.V.I.S)](https://github.com/GauravSingh9356/J.A.R.V.I.S/issues)
![Stars](https://img.shields.io/github/stars/gauravsingh9356/J.A.R.V.I.S?style=flat&logo=github)
![Forks](https://img.shields.io/github/forks/gauravsingh9356/J.A.R.V.I.S?style=flat&logo=github)
[![GitHub license](https://img.shields.io/github/license/GauravSingh9356/J.A.R.V.I.S)](https://github.com/GauravSingh9356/J.A.R.V.I.S/blob/master/LICENSE)
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
### Requirements:
Required Packages
```
pip install -r requirements.txt
```
> _ To install PyAudio on windows head over to https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio and download the .whl for your machine and run the installation as shown below, then install the remaining dependencies from the requirements.txt file. You may remove pyAduio from the requirements file if it interrupts your installation (its there for unix users)
```bash
pip install PyAudio‑0.2.11‑cp‑cpm‑win_amd.whl
```
### On Ubuntu based Linux distribution you need to install the following packages, so that the code works:
```
sudo apt-get update && sudo apt-get install espeak
```
### What it does...
- Dynamic Authentication using Optical Face Recognition
- Send emails
- Dynamic News Reporting at any time with api integration
- Todo list generator, Yes it remembers all!
- Open any website with just a voice command
- Plays Music
- Tells time
- Wikipedia powered AI
- Dictionary with Intelligent Sensing i.e. auto checking if spell mistake
- Weather Report such as temp, wind speed, humidity, weather description
- Latitude and longitude
- YouTube searching
- Google Map searching
- YouTube Downloader, download any youtube video by just putting url of video
- Now Master can switch b/w J.A.R.V.I.S and F.R.I.D.A.Y, switch to female voice assistant
## Some Sneak peeks:
Jarvis, Are you there?
At your service, Sir
Jarvis, What are today's news headlines? can you tell?
Ofcourse, Sir -> Then news headlines Would you like to visit the news url?
Search Youtube
What you want to search, Sir
Coding for kids
Opens youtube in browser with desired search query results
Jarvis, Can you send email to Gaurav?
What I say sir, Sir
Gaurav is a good boy
Email is sent successfully, Sir
# And so on....
Read complete blog article
## Contribution:
Thank you for your interest in contributing to our Repo! Pull requests are welcome. For fixing typos, please make a PR with your fixes. We are happy for every contribution.
A lot can be done with this project. Core AI chatbot like functionality can be added. More python scripts can be associated. Pull requests for any such changes are accepted. Feel free to fork this project and make your own changes too.