Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.43 KB

Youtube Summariser

Open in Streamlit

Youtube Summary App

Why YouTube Summariser

    For many videos, the main content of the videos is only 50-60% of the total length.
    Youtube summarizer will summarize the content of the video by keeping all the important points and making it short and easily understandable.
    Summarizing transcripts of such videos automatically allows us to quickly look out for the important patterns in the video and helps us to save time and efforts to go through the whole content of the video.

How it Works

Youtube Summarizer

App Features

    Get summary by using different summarization algorithms.
    Change the length of the summary as the user wants.
    Generate summary of a video in any language.
    Provide summary in the form of text and audio

Installation

System: Python3.8

  1. git clone https://github.com/somanyadav/Youtube-Summariser.git
  2. cd Youtube-Summariser
  3. pip install -r requirements.txt
  4. pip install streamlit>=1.8.1
  5. streamlit run app.py