Skip to content

Creates subtitles for audio using open AI or faster whisper models. Users can choose the models and other parameters based on the quality you are looking for along with other parameters.

Notifications You must be signed in to change notification settings

Prakul95/createSubtitles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create subtitles

Creates subtitles for audio using open AI or faster whisper models. Users can choose the models and other parameters based on the quality they are looking for.

Requirements:

Python 3.13

numpy >= 1.20, < 2.0

srt

faster-whisper

Setup:

python3.13 -m venv .venv
       
source .venv/bin/activate

pip install -r requirements.txt

python UI.py

About

Creates subtitles for audio using open AI or faster whisper models. Users can choose the models and other parameters based on the quality you are looking for along with other parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published