Skip to content

Auto subtitle file generation through machine learning in python

Notifications You must be signed in to change notification settings

Mahnoor-ismail01/vidtopick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vidtopick

Auto subtitle file generation through machine learning in python

This is the Final Year Project (FYP) of Software Engineering Major Students.

This repo contains a DJANGO based Web App that can generate subtitles of any video by use of Machine Learning model developed by us.

This is the parent repository that automated the Subtitle Generator to be worked as a Web based application easily and effectively.

How to Run

First Clone the Repo

git clone https://github.com/Mahnoor-ismail01/vidtopick.git
cd vidtopick

Then clone the Submodules (py-srt-generator)

git submodule update --init --recursive

Next Install the required dependencies

python -m pip install -r py-srt-generator/requirements.txt

Finally, Run the Web Server

cd vidtopic
python manage.py runserver

Your server shall be live at localhost:8000

Enjoy :)

About

Auto subtitle file generation through machine learning in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published