Skip to content

Commit 867f260

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

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
![alt text](https://github.com/ggeop/Jarvis/blob/master/jarvis_logo.png)
22

3-
Jarvis is a voice assistant service. It can understand human speech, talk to user and execute basic commands
3+
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
45

5-
# Dependencies
6-
* Linux Ubundu
7-
* Python 3.5 +
6+
# Install Python Dependencies
7+
```
8+
pip install -r requirements.txt
9+
```
810

911
# Features
1012
* Continues listening service, triggered by a phrase e.g ('hi', 'hello jarvis')
11-
* Opens a web page
12-
* Tells about something, by searching on the internet
13-
* Tells the weather
14-
* Tells the time
13+
* Opens a web page (e.g Jarvis open youtube)
14+
* Tells about something, by searching on the internet (e.g Jarvis tells me about oranges)
15+
* Tells the weather for a place (e.g Jarvis tell me the weather in London)
16+
* Tells the current time (e.g Jarvis tells me time)
17+
* Easy voice-command costumization
18+
* Vocal or/and text response
1519

1620
# How it works
1721
* Run voice assistant service:

0 commit comments

Comments
 (0)