Skip to content

Web app for transcribing audio file (.wav format) to text usingGoogle Cloud Speech API.

Notifications You must be signed in to change notification settings

pranavz55/Audio-to-Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audio-to-Text

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/

About

Web app for transcribing audio file (.wav format) to text usingGoogle Cloud Speech API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published