File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
![ alt text] ( https://github.com/ggeop/Jarvis/blob/master/jarvis_logo.png )
2
2
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
4
5
5
- # Dependencies
6
- * Linux Ubundu
7
- * Python 3.5 +
6
+ # Install Python Dependencies
7
+ ```
8
+ pip install -r requirements.txt
9
+ ```
8
10
9
11
# Features
10
12
* 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
15
19
16
20
# How it works
17
21
* Run voice assistant service:
You can’t perform that action at this time.
0 commit comments