/google-SpeechRecognition-python-example

Uses Google Speech Recognition to record a Transcript and adds it to a text file.

Primary LanguagePython

project-sem1

This program records a 7 second long transcript, sends it to Google Speech Recognition using SpeechRecogntion3.7.1 module and stores the returned text onto a text file with a TimeStamp.

Install the following dependencies:
- SpeechRecognition	3.7.1	3.7.1

Execution:

Using python3, run "7secondtranscript.py" .