Skip to content

Commit acf8e13

Browse files
Update README.md
1 parent 377ad96 commit acf8e13

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@ Natural Language toolkit is used in order to get the speech and convert it to a
8181
Google speech recognition engine coverts the speech that is captured to the corresponding text. This text is then used by the Natural Language Toolkit (NLTK). The Speech is recorded by the system and acquires Google API for speech recognition and uploads the speech to generate the corresponding text.
8282

8383
# Installing Packages
84-
- # Tkinter
84+
- #### Tkinter
8585
- pip install tkinter
86-
- # Pillow
86+
- #### Pillow
8787
- pip install pillow
88-
- # Pygame
88+
- #### Pygame
8989
- pip install pygame
90-
- # NLTK
90+
- #### NLTK
9191
- pip install nltk
92-
- # IPython
92+
- #### IPython
9393
- pip install ipython
94-
- # Speech Recognition
94+
- #### Speech Recognition
9595
- pip install speechrecognition
96-
- # Pyaudio
96+
- #### Pyaudio
9797
- pip install pyaudio
98-
- # Keyboard
98+
- #### Keyboard
9999
- pip install keyboard
100100

101101
# Running the Program

0 commit comments

Comments
 (0)