Web UI for Whisper API #1018
felixbade
started this conversation in
Show and tell
Replies: 2 comments
-
Works great, Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Love this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a simple front-end for Whisper, using the new API that OpenAI published. I hope this lowers the barrier for testing Whisper for the first time.
The web page makes requests directly to OpenAI's API, and I don't have any kind of server-side processing myself. Feel free to use this tool for whatever – either through this page, or by running your own instance.
https://transcribe.bloat.app
GitHub: https://github.com/felixbade/transcribe
I would love to add diarization (related), but I think that's not possible via the API alone. I was playing with the text prompt, but it seems to only make the output accuracy worse.
Beta Was this translation helpful? Give feedback.
All reactions