saharmor / whisper-playground

Build real time speech2text web apps using OpenAI's Whisper https://openai.com/blog/whisper/
MIT License
777 stars 140 forks source link

Small fixes to whisper_standalone #7

Closed chrismbirmingham closed 1 year ago

chrismbirmingham commented 1 year ago

Fixed predicted_text error and improved verbose output.

chrismbirmingham commented 1 year ago

Small fix to start, looking to help make this into a real-time speech processing tool.

saharmor commented 1 year ago

Thanks for the contribution! Moving to websockets over the current implementation would be a step change in turning the playground into a real-time speech one--in case you're looking for further contribution ideas.

chrismbirmingham commented 1 year ago

My pleasure! Tbh I need to learn about websockets, but I am planning to get it done this week. I'll rely on you to let me know if I do anything outside of best practices.