RachitAgrwal545422 / YouTubeVideoSummary

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Jupyter Notebook 100.0%