This tool extracts text from YouTube videos and generates a concise summary. It helps users quickly understand the key points of lengthy content without watching the entire video.
- This repository contains the project on summarisation of YouTube transcripts using Youtube Transcript API ,NLTK ,Hugging face transformers ,Django.
- It includes a webpage with an input field to enter the YouTube video url.
- Youtube Transcript API extracts the transcripts of the video
- Results the summarised text along with similarity score between the transcript and the summarised text.