Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-subtitler using openai whisper #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AleenDhar
Copy link

@AleenDhar AleenDhar commented Apr 14, 2024

Auto-subtitle generator using openai whisper

In this I have created an auto subtitles generator that takes video as an input and outputs subtitle in .srt format.
The working is as follows :

  1. using moviepy to extract audio from the video
  2. using openai whisper to create a audio to text outputs
  3. using a simple self-made algorithm to output a .srt file.

The openai whisper model is free and supports more than 50 languages including Tamil, Kannada and Telugu.
If there is change that is required, let me know i will try my best to fix it

arvind-planetread pushed a commit that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant