Skip to content

Commit 6afafe9

Browse files
authored
Update README.md
1 parent 828e1a8 commit 6afafe9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Python-Virtual-assistant
22
### VAVO
33

4-
Stand for 'Virtual Assistant Version One' a python app that uses speech recognition and text-to-speech
5-
This app using the Google text-to-speech API. (Only work when the system is online)
4+
Stand for 'Virtual Assistant Version One'. A python based programme that uses speech recognition and text-to-speech functions.</br>
5+
Google text-to-speech API were used. (Only work when the system is online)
66

77

88
# Getting started
99
Prerequisites:
1010
* Your computer must be running Python3.9 or newer.
1111

1212
### Dependencies
13-
13+
* Below is the list of libraries that has been used. You must need to install all, before executing the programme
1414
```
1515
pip install speechrecognition
1616
pip install gTTS
@@ -24,18 +24,16 @@ pip install PyAudio
2424

2525
### Voice Commands
2626

27-
Since it can take Various types of commands for one task and gives a random output which makes it more interactive.
27+
Since it can take various types of voice inputs for intersection and tasks and gives a random voice output which makes it more interactive.
2828

2929
You can also add other commands, here an example that exists
3030

3131

3232
### greeting
3333

34-
"hey","hi","hello","wake up","hai" # You can say any of these and it will give or speak a random output
34+
"hey","hi","hello","wake up","hai" Any mentioned keyword and it will give or speak a random output from a specified list
3535

3636

37-
You can Explore the Command by Looking at the program
38-
3937
# License
4038

4139
Copyright © Abhijeet kumar. All rights reserved.

0 commit comments

Comments
 (0)