Skip to content

Commit 372110e

Browse files
anujdube12ggeop
authored and
ggeop
committed
Update README.md
1 parent 95e2712 commit 372110e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![alt text](https://github.com/ggeop/Python-ai-assistant/blob/master/imgs/jarvis_logo.png)
88

99
# About Jarvis 🧠
10-
Jarvis is a voice assistant service in [Python 3.5+](https://www.python.org/downloads/release/python-360/)
10+
Jarvis is a voice commanding assistant service in [Python 3.5+](https://www.python.org/downloads/release/python-360/)
1111
It can understand human speech, talk to user and execute basic commands.
1212

1313
#### Assistant Skills
@@ -36,7 +36,7 @@ It can understand human speech, talk to user and execute basic commands.
3636
* **Change settings on runtime** (e.g 'Jarvis change settings')
3737

3838
#### Assistant Features
39-
* **Asynchronous command execution & speech interruption**
39+
* **Asynchronous command execution & speech recognition and interpretation**
4040
* Supports **two different user input modes (text or speech)**, user can write or speek in the mic.
4141
* Answers in **general questions** (via call Wolfram API), e.g ('Jarvis tell me the highest building')
4242
* **Change input mode on run time**, triggered by a phrase e.g 'Jarvis change settings')
@@ -72,15 +72,15 @@ bash setup.sh
7272
nano Jarvis/src/jarvis/jarvis/setting.py
7373
```
7474

75-
### Start voice assistant
75+
### Start voice commanding assistant
7676
![alt text](https://github.com/ggeop/Jarvis/blob/master/imgs/Jarvis_printscreen.PNG)
7777

7878
* Start the assistant service:
7979
```bash
8080
bash run_jarvis.sh
8181
```
8282

83-
### How to add a new Skill
83+
### How to add a new Skill to assistant
8484
You can easily add a new skill in two steps.
8585
* Create a new configurationin SKILLS in **skills/registry.py**
8686
```python

0 commit comments

Comments
 (0)