Skip to content
forked from OpenGenus/vidsum

Generate summary of any video 📺 anywhere and anytime

License

Notifications You must be signed in to change notification settings

codebu5ter/vidsum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate summary of any video

Generate a summary of any video through its subtitles.

This is the community driven approach towards the summarization by the OpenGenus community.

Installing vidsum

In order to install vidsum, simply clone the repository to a local directory. You can do this by running the following commands:

$ git clone https://github.com/AdiChat/vidsum.git

$ cd vidsum/code

Please note that vidsum requires the following packages to be installed:

If you do not have these packages installed, then you can do so by running this command:

$ pip install pysrt imageio moviepy pytube sumy

Usage

To generate summary of a video file sample.mp4 with subtitle file subtitle.srt :

python sum.py -i sample.mp4 -s subtitle.srt 

To download a YouTube video along with its subtitles from url:

python sum.py -u "url"

Future developments

For future development to this approach, see Wiki and check out other approaches.

Contributions

All contributions are welcomed. Please see COMMIT_TEMPLATE.md before making pull requests to this repository. See all contributors here.

About

Generate summary of any video 📺 anywhere and anytime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%