Youtube to subtitles using Whisper and wit.ai #1200
AliOsm
started this conversation in
Show and tell
Replies: 0 comments
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 started a project that aims to convert any youtube video/playlist to subtitles based on either whisper models of wit.ai. The project supports both OpenAI whisper implementation and faster_whisper implementation. Also, the project is using stable_whisper to produce better timestamps.
I started this project because I wanted some specific features like supporting multiple services like whisper and wit.ai, built-in options like
--min_words_per_segment
which represents the minimum number of words should appear in each transcription segment, and so on. You can check the full list of available options on the GitHub repo and contribute to it :)Beta Was this translation helpful? Give feedback.
All reactions