- Notifications
You must be signed in to change notification settings - Fork70
Generate summary of any video 📺 anywhere and anytime
License
OpenGenus/vidsum
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generate a summary of any video through its subtitles.
This is the community driven approach towards the summarization by theOpenGenus community.
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/OpenGenus/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 -r requirements.txt
To generate summary of a video filesample.mp4
with subtitle filesubtitle.srt
:
pythonsum.py-isample.mp4-ssubtitle.srt
To summarize a YouTube video from its url:
pythonsum.py-u<url>
If you want to remain the downloaded YouTube video and subtitles:
pythonsum.py-u<url>-k
For future development to this approach, seeWiki and check out otherapproaches.
All contributions are welcomed. Please seeCOMMIT_TEMPLATE.md before making pull requests to this repository. See all contributorshere.