Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 28 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# J.A.R.V.I.S

We all know J.A.R.V.I.S (Just A Rather Very Intelligent System), Tony Stark's natural-language user interface, made famous by the Avengers franchise of Marvel Cinematic Universe! Here, we've created this amazing program, a J.A.R.V.I.S powered by Python.

## Python powered J.A.R.V.I.S

[![GitHub issues](https://img.shields.io/github/issues/GauravSingh9356/J.A.R.V.I.S)](https://github.com/noobDevelopers/J.A.R.V.I.S/issues)
Expand All @@ -9,8 +11,9 @@
![GitHub Hacktoberfest combined status](https://img.shields.io/github/hacktoberfest/2020/noobDevelopers/J.A.R.V.I.S)

<img src="jarvis1.jpg"/>
<br>

### Requirements:
## Requirements:

<li>datetime</li>
<li>os</li>
Expand All @@ -28,7 +31,10 @@
<li>psutil</li>
<li> pyautogui</li>

<h2>Required Packages</h2>
<br>

## Installation of packages:
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required packages

```
pip3 install SpeechRecognition
Expand All @@ -41,22 +47,21 @@ pip3 install wikipedia
pip install psutil
pip install pyjokes


```

### On Ubuntu based Linux distribution you need to install the following packages, so that the code works:
### On Ubuntu-based Linux distribution, the following packages need to be installed for the code to work properly:

```
sudo apt-get update && sudo apt-get install espeak

```

### What it does...
## What it does?

<ul>
<li>Send emails</li>
<li>Dynamic News Reporting at any time with api integration</li>
<li>Todo list generator, Yes it remembers all!</li>
<li>Dynamic News Reporting at any time with api integration</li>
<li>Todo list generator, Yes it remembers all!</li>
<li>Open any website with just a voice command</li>
<li>Plays Music</li>
<li>Tells time</li>
Expand Down Expand Up @@ -84,31 +89,32 @@ sudo apt-get update && sudo apt-get install espeak
</tr>

</table>
<br>

## Some Sneak peeks:
## Some Sneak Peeks:

<ul>
<li><h2> Jarvis, Are you there?</h2></li>
<li><h2> At your service, Sir</h2></li>
<li><h3> Jarvis, Are you there?</h3></li>
- At your service, Sir

<li><h2> Jarvis, What are today's news headlines? can you tell?</h2></li>
<li><h2>Ofcourse, Sir -> Then news headlines Would you like to visit the news url?</h2></li>
<li><h3> Jarvis, What are today's news headlines? Can you tell?</h3></li>
- Of course, Sir! The news headlines are.... Would you like to visit the news sites?

<li><h2> Search Youtube</h2></li>
<li><h2>What you want to search, Sir</h2></li>
<li><h2>Coding for kids</h2></li>
<li><h2> Opens youtube in browser with desired search query results </h2></li>
<li><h3> Search Youtube</h3></li>
- What you want to search, Sir?
<h3>Coding for kids</h3>
- Opening YouTube in browser with desired search query results

<li><h2> Jarvis, Can you send email to Gaurav?</h2></li>
<li><h2>What I say sir, Sir</h2></li>
<li><h2>Gaurav is a good boy</h2></li>
<li><h2> Email is sent successfully, Sir</h2></li>
<li><h3> Jarvis, Can you send email to Gaurav?</h3></li>
- What do I write Sir?
<h3>Gaurav is a good boy</h3>
- Email is sent successfully, Sir
</ul>

# And so on....
### And so on....

<a href="https://devophub.blogspot.com/2020/06/your-personal-assistant-jarvis.html" target="_blank">Read complete blog article</a>

## 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.
A lot can be done with this project- adding Core AI chatbot like functionality, association of more python scripts. Pull requests for any such changes are welcome. Feel free to fork this project and make your own changes here.