mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
705 stars 158 forks source link

Feature request: Provide code sample for Web UI Mic recording #49

Open inglesuniversal opened 1 year ago

inglesuniversal commented 1 year ago

Can the code be accessible from a web based tool?

Our students would love that!

to record from a web page and have their pronunciation transcribed and rated.

Thanls

mallorbc commented 3 months ago

Definitely possible but it would require the code to converted to a client server model rather than what it is now.

The client would be recording and the server would transcribe.

Open to this, either through a PR or work myself In the future.