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

Video Summarization for Developers

Uploaded by

balpandeamish302
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)
53 views1 page

Video Summarization for Developers

Uploaded by

balpandeamish302
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

YouTube Transcript Summarizer

Abstract
Integrated video data presentations may allow active video browsing. Such
presentations provide the user with information about the content of a
particular sequence being tested while maintaining an important message.
We suggest how to automatically make video summaries for longer videos.
Our video access method involves two tasks: first, splitting the video into
smaller, compatible parts and second, setting the levels into effects. Our
proposed algorithm sections are based on analysis of word frequency in
speech transcripts. After that the summary is made by selecting the parts
with the highest scores depending on the length of time and these are
illustrated. We created and conducted a user study to check the quality of
the summaries made. Comparisons are made using our proposed algorithm
and a random segment selection scheme based on mathematical analysis of
user learning outcomes.
Finally, we can see the summarized context of the video we want to know
about.

Summarization of the video is done by the Python API and NLP (Natural
Language Processing). An API, or Application Programming Interface, is a
server you can use to receive and send data using code. APIs are widely
used to retrieve data, and that will be the focus of this first study.

When we want to receive data from an API, we need to make a request.


Applications are used across the web.

KEYWORDS :- Python API , NLP(natural language


processing) API (Application progamming
Interface)

You might also like