Skip to content

Youtube Transcript Summarizer is a Search Engine Extension that works with Youtube to extract the key points of a video and make them accessible to the user.

Notifications You must be signed in to change notification settings

MuskanVerma2062/Youtube-Transcript-Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Transcript Summarizer

Objective: This project is a chrome/search engine extension that works with Youtube to extract the key points where it will perform NLP and respond with the summarized version of the Youtube transcript

Use case Scenario: YouTube has very large number of videos which has transcripts. Summarization would be especially helpful in the cases where videos are longer in length and different parts might have varying importance. In this sense, Summarization of the video might be useful in saving the viewer’s time. It will help in improving user productivity since they will focus only on the important text spoken in video.

🔽 Aim

By our project, we would be building functionality for summarizing those YouTube videos in which captions are added by their owner, to generate a summarized text response through various summarization techniques.

Our main goal is to save the time of the user who was wasting time on finding useful information about the topic which they are interested in and to save them from click baited videos. The client could be accessing this API from anywhere (say a Chrome extension) which will request our server, so that we would make summarizer accessible in many ways, and reducing user’s time and effort to get the text summary on the basis of their request.

🔽 External Libraries Needed

  • The summarization is done by first generating the transcript of the video for which if the video has already transcript then it is used with the help of a python library youtube-transcript-API.

  • Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora. Target audience is the natural language processing (NLP) and information retrieval (IR) community.

    Basic Requirements for extension:

    Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and behavior to individual preferences. They are built on web technologies such as HTML, CSS and JavaScript.

    • Create a chrome extension application directory containing essential files required as mentioned below:
    • The below diagram indicates the brief role of each of the files for building a chrome extension.

🔽 System Architecture

💻: User Interface

The image below shows the front-end of the extension of the summarizer.

💬 Future Look

  • We'll be working on this summarizer so that it can generate summary of the videos which do not have pre enabled subtitles.

✒️ References

Websites:

About

Youtube Transcript Summarizer is a Search Engine Extension that works with Youtube to extract the key points of a video and make them accessible to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published