Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit df7a35c

Browse files
committed
projects/Speech_to_text/README.md: clean up formatting
1 parent f9b6c6e commit df7a35c

File tree

1 file changed

+35
-37
lines changed

1 file changed

+35
-37
lines changed

‎projects/Speech_to_text/README.md‎

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,35 @@
1-
2-
# Speech-to-Text Converter
3-
<!--Remove the below lines and add yours -->
4-
This Python script converts the Speech input into Text using NLP(Natural Langauge Processing).
5-
6-
### Requirements
7-
<!--Remove the below lines and add yours -->
8-
**Installation Required** :
9-
10-
Python Speech Recognition module:
11-
12-
`pip install speechrecognition`
13-
14-
PyAudio: Use the following command for linux users
15-
16-
`sudo apt-get install python3-pyaudio`
17-
18-
Windows users can install pyaudio by executing the following command in a terminal
19-
20-
`pip install pyaudio`
21-
22-
Python pyttsx3 module:
23-
24-
`pip install pyttsx3`
25-
26-
### How to run the script
27-
<!--Remove the below lines and add yours -->
28-
29-
- Enter the audio input by speaking into the microphone.
30-
- Run converter_terminal.py script
31-
- Output Text will be displayed
32-
33-
34-
## *Author Name*
35-
<!--Remove the below lines and add yours -->
36-
Devansh Agarwal
37-
1+
# Speech-to-Text Converter
2+
3+
This Python script converts the Speech input into Text using NLP (Natural Langauge Processing).
4+
5+
### Requirements
6+
7+
**Installation Required** :
8+
9+
* Python Speech Recognition module:
10+
11+
`pip install speechrecognition`
12+
13+
* PyAudio:
14+
* Use the following command for linux users
15+
16+
`sudo apt-get install python3-pyaudio`
17+
18+
* Windows users can install pyaudio by executing the following command in a terminal
19+
20+
`pip install pyaudio`
21+
22+
* Python pyttsx3 module:
23+
24+
`pip install pyttsx3`
25+
26+
### How to run the script
27+
28+
- Enter the audio input by speaking into the microphone.
29+
- Run converter_terminal.py script
30+
- Output Text will be displayed
31+
32+
33+
## *Author Name*
34+
<!--Remove the below lines and add yours -->
35+
[Paulo Henrique](https://github.com/chavarera/python-mini-projects

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /