-
We want to do the following:
The tricky point is 4) because I don't know which software could I use to generate subtitles from video and translate them to english (and possibly other languages). I found Whisper AI from OpenAI and I'm wondering whether I should use this one or something else. Also, it's a Python library and I'm wondering how can I actually call this when upload finished. I'm using NextJS |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think There is a package written in nodejs at: [https://www.npmjs.com/package/openai] for example:
|
Beta Was this translation helpful? Give feedback.
-
You can use creatomate for that. It's very powerful and can be customized. |
Beta Was this translation helpful? Give feedback.
I think There is a package written in nodejs at: [https://www.npmjs.com/package/openai]
for example: