An open API service indexing awesome lists of open source software.

https://github.com/chiragjn/speechtotext


https://github.com/chiragjn/speechtotext

flask python speech-recognition

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# speechtotext
Flask based app

Give a wav file url to '/' and get back as text the transcription of the wav file

POST request

'recording_url' = \

Will take time proportional to size of the wav file

# Dependencies



Flask

requests

SpeechRecognition