- 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.
- 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
System: Python3.8
git clone https://github.com/somanyadav/Youtube-Summariser.git
cd Youtube-Summariser
pip install -r requirements.txt
pip install streamlit>=1.8.1
streamlit run app.py