Replies: 2 comments
-
|
@sasoryy94 check out this ggml-org/whisper.cpp#260 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I wrote a project in Node that uses Whisper you can check out my approach: https://github.com/mayeaux/generate-subtitles |
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.
-
Hi everyone!
My question is, if it is posible to use whisper in a node.js environment. I have a project with Next.js and all the API calls i use them with next.js and i wanted to know if i can do the same with whisper because everything i found is in python.
In case that i can't yet and is it only in python, anyone knows how could i do an integration? basic whisper component with python and render it in next.js.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions