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 fb34ada

Browse files
Merge pull request #339 from Devanshh/patch-1
Added the Script Description
2 parents de06dc8 + 382a6ee commit fb34ada

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

‎projects/Speech_to_text/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+

0 commit comments

Comments
(0)

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