0% found this document useful (0 votes)
8 views1 page

Batch8 - Youtube Transcript Summarizer

The project proposes a YouTube video summarizing system using NLP and Machine Learning to condense video transcripts while preserving key elements. It retrieves transcripts from user-provided video links and summarizes them using Hugging Face Transformers, resulting in quicker and accurate summaries. This system addresses the challenge of extracting information from videos, making educational content more accessible.

Uploaded by

ramesh.n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Batch8 - Youtube Transcript Summarizer

The project proposes a YouTube video summarizing system using NLP and Machine Learning to condense video transcripts while preserving key elements. It retrieves transcripts from user-provided video links and summarizes them using Hugging Face Transformers, resulting in quicker and accurate summaries. This system addresses the challenge of extracting information from videos, making educational content more accessible.

Uploaded by

ramesh.n
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Project Title: YOUTUBE TRANSCRIPT SUMMARIZER

ABSTRACT
This project proposes a video summarizing system based on natural language processing
(NLP) and Machine Learning to summarize the YouTube video transcripts without losing the
key elements. The quantity of videos available on web platforms is steadily expanding. The
content is made available globally, primarily for educational purposes. Additionally,
educational content is available on YouTube, Facebook, Google, and Instagram. A significant
issue of extracting information from videos is that unlike an image, where data can be
collected from a single frame, a viewer must watch the entire video to grasp the context. This
study aims to shorten the length of the transcript text of the given video. The suggested
method involves retrieving transcripts from the video link provided by the user and then
summarizing the text by using Hugging Face Transformers and Pipelining. The built model
accepts video links and the required summary duration as input from the user and generates a
summarized transcript as output. According to the results, the final translated text was
obtained in less time when compared with other proposed techniques. Furthermore, the
video’s central concept is accurately present in the final text without any deviations.

Keywords— Text Summarizer, Chrome Extension, Hugging Face transformers, WebAPI

You might also like