File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
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
+ ## About Jarvis
3
4
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.
5
6
6
- # Install Python Dependencies
7
+ ---
8
+
9
+ ## Install Python Dependencies
7
10
```
8
11
pip install -r requirements.txt
9
12
```
13
+ ---
10
14
11
- # Features
15
+ ## Features
12
16
* Continues listening service, triggered by a phrase e.g ('hi', 'hello jarvis')
13
17
* Opens a web page (e.g Jarvis open youtube)
14
18
* Tells about something, by searching on the internet (e.g Jarvis tells me about oranges)
@@ -17,7 +21,9 @@ pip install -r requirements.txt
17
21
* Easy voice-command costumization
18
22
* Vocal or/and text response
19
23
20
- # How it works
24
+ ---
25
+
26
+ ## How it works
21
27
* Run voice assistant service:
22
28
``` python run.py ```
23
29
You can’t perform that action at this time.
0 commit comments