Skip to content

Here We are finding the summary of a YouTube video using python Whisper and BART Model.

Notifications You must be signed in to change notification settings

RachitAgrwal545422/YouTubeVideoSummary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Generate a Summary from Long Youtube Videos Using AI[BART and Whishper]

First we will import Whisper Model,pyTube to download youtube videos,tranformers model to create summary,list to deal with list data and logging to show the basic errors that may be there while creating the summary.
Whole Approach of getting the Youtube video summary is to first download the video using pytube library and then convert the youtube video in text format using Whishper model and then find the summary of that text content using BART model.


For further reading we can follow this article
A step-by-step guide to resume a talk by Stephen Wolfram using Whisper and BART models on your local PC

About

Here We are finding the summary of a YouTube video using python Whisper and BART Model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published