Skip to content

Auto-subtitler using openai whisper#6

Open
AleenDhar wants to merge 1 commit into
PlanetRead:mainfrom
AleenDhar:AleenDhar
Open

Auto-subtitler using openai whisper#6
AleenDhar wants to merge 1 commit into
PlanetRead:mainfrom
AleenDhar:AleenDhar

Conversation

@AleenDhar
Copy link
Copy Markdown

@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

ghost 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