Is there an online Whisper instance I could use programmatically / with an API? #1622
Unanswered
Oneechan69
asked this question in
Q&A
Replies: 1 comment
-
online service: https://platform.openai.com/docs/guides/speech-to-text for apple silicon try https://github.com/ggerganov/whisper.cpp |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I know that Whisper needs lots of computing power to run and to run it online would be to use someone else's computer(s) but I thought I might as well ask. It takes a very long time on my M1 Mac, one I found is the Whisper JAX Huggingface Space which is very fast but there's no API to use it, I can only use the Gradio UI. I want to be able to upload recordings programmatically and get back text files with timestamps.
Beta Was this translation helpful? Give feedback.
All reactions