Web app for transcribing audio file (.wav format) to text usingGoogle Cloud Speech API.
1.requires python and flask install
2.install SpeechRecognition(pip install SpeechRecognition)
3.install pyaudio(pip innstall pyaudio)
2.open cmd from speech folder(administrator)
3.type commands
set FLASK_APP=upload.py
set FLASK_ENV=development
flask run
4.open browser with link http://127.0.0.1:5000/