Home

Awesome

<img src="static/videoSummarizer/logo/readme-icon.png" width = "650" height= "200"> <br>

What it does?

VideoMash is a video summarizer where in you can upload any video from local system or can provide the YouTube URL for your video to summarize it into any duration which you provide as input. Summarization is done using NLP algorithms which is used to analyze the subtitles of the video to extract the important parts.

Read medium article : Video summarizer made easy

Features

How to fire it up?

pip install -r requirements.txt

python manage.py runserver

How to use

Screenshots

screenshot1

screenshot2

screenshot3

Demo

Watch the Demo video click the image below.

Demo

Contributions

If you find any issues do raise it and your contributions will be accepted if it makes the web app perform better.

Warning

When you push any changes to the repo, dont forget to delete all the files in the directory /media/documents/ where all the uploaded videos and subititle are stored.