Skip to content

Web application for my voice-recognition model to aid podcast listening

Notifications You must be signed in to change notification settings

robinnarsinghranabhat/Audio-Stream-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Simple Audio Streaming application with Flask and Socketio

Client side js records the audio and contionusly streams it into the server-side python/flask to save it

Further work :

  • In server side, after a specific size is met, automatically save it, pass it to deep learning model and emit back results in client side

flask-Socketio decorator skips a function if it's take more than a specified time . that's why my model is not working. need to find a workaround

LEARNED EVENTS :

  • Try to Emit from Message Queue Itself, But Redis was not working , let's use huey now for windows .. such a stupid problem

IMP PRS:

miguelgrinberg/Flask-SocketIO#462 :: DISCUSSES HOW socket-io makes contact with redis miguelgrinberg/Flask-SocketIO#410

About

Web application for my voice-recognition model to aid podcast listening

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published