Generate a summary of any video through its subtitles.
This is the community driven approach towards the summarization by the OpenGenus community.
$ git clone https://github.com/AdiChat/vidsum.git
$ cd vidsum/code
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 from url:
python sum.py -u "url"
For future development to this approach, see Wiki and check out other approaches.
All contributions are welcomed. See all contributors here.