Skip to content

Commit f89fd0d

Browse files
authored
Update README.md
1 parent 867f260 commit f89fd0d

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
![alt text](https://github.com/ggeop/Jarvis/blob/master/jarvis_logo.png)
22

3+
## About Jarvis
34
Jarvis is a voice assistant service in [Python 3.4+](https://www.python.org/downloads/release/python-360/)
4-
It can understand human speech, talk to user and execute basic commands
5+
It can understand human speech, talk to user and execute basic commands.
56

6-
# Install Python Dependencies
7+
---
8+
9+
## Install Python Dependencies
710
```
811
pip install -r requirements.txt
912
```
13+
---
1014

11-
# Features
15+
## Features
1216
* Continues listening service, triggered by a phrase e.g ('hi', 'hello jarvis')
1317
* Opens a web page (e.g Jarvis open youtube)
1418
* Tells about something, by searching on the internet (e.g Jarvis tells me about oranges)
@@ -17,7 +21,9 @@ pip install -r requirements.txt
1721
* Easy voice-command costumization
1822
* Vocal or/and text response
1923

20-
# How it works
24+
---
25+
26+
## How it works
2127
* Run voice assistant service:
2228
``` python run.py```
2329

0 commit comments

Comments
 (0)