python-mini-project/Speech_To_Text at main · Derick-Roshan/python-mini-project · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

Readme.md

Script Title

A program that allows the user to convert the speech he/she inputs into the program into a text as well as the audio that is played in real time.

Prerequisites

speech_recognition, pyttsx3 and pyaudio libraries are required for this code.

To install speech_recognition: pip install SpeechRecognition To install pyttsx3: pip install pyttsx3 To install pyaudio: pip install pyaudio

How to run the script

Just run the python file

Screenshot/GIF showing the sample use of the script

output.png

Author Name

ChiragNarvekar