https://github.com/chiragjn/speechtotext
https://github.com/chiragjn/speechtotext
flask python speech-recognition
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chiragjn/speechtotext
- Owner: chiragjn
- Created: 2017-02-19T02:10:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T05:03:44.000Z (over 9 years ago)
- Last Synced: 2025-02-01T20:14:58.842Z (over 1 year ago)
- Topics: flask, python, speech-recognition
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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