Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 571 Bytes

Recap

Product built during Vit hack4cause .
View the website here

Summarizes a YT-video using gensim and django framework .

Instructions :

  • Move into the Recap folder :
    cd Recap/
  • Install all the dependencies in requirements.txt using
    pip install -r requirements.txt
  • In terminal run
    python manage.py runserver
  • Pass the youtube url in the landing page to get the summary of the video with your desired percentage shrink .