YouTube Video Transcript Summarizer | Hugging Face Speech-to-Text ASR | Video Summarizer Project

preview_player
Показать описание
YouTube Video Summarizer Hugging Face ASR in Python

1. Download the YouTube Video with PyTubes and Convert into Wav
2. Speech to Text / ASR
3. Transcript Text Summarization

00:00:00 YouTube Video Summarizer Intro
00:02:08 - Download YouTube Video's Audio
00:06:02 - Youtube Transcript ASR (Speech-to-Text) with Hugging Sound
00:09:03 - Audio Chunking to avoid Out-of-Memory Error
00:12:55 - Youtube Audio Transcription
00:15:49 - Text Summarization with Hugging Face Pipeline
00:19:31 - Live Demo of YouTube Transcript Summarizer
00:25:00 - ASR/Summarizer Improvement Ideas

#youtubesummarizer #youtubespeechtotext #youtubeasr
Рекомендации по теме
Комментарии
Автор

This is awesome. I am curious how this ASR would compare with the built-in caption generator on Youtube videos. Has anyone done a comparison of the auto-generated captions vs an alternative ASR like this?

artvandalay
Автор

Hey can we make this project in final year Engeneering??

aakashbhandari
Автор

do you video on subtitle generation and benchmarking of video?

SPee-uqop
Автор

what if we want to transcript a custom video in our desktop nd not a youtube video. Or any video from the internet and transcript it. How to do it?

deeprajmazumder
Автор

Sir I'm getting error in
.download(filename = 'ytaudio.mp4') /

Syntax Error : incomplete input

chandhanu_
Автор

What if I want to make a full application out of it with front end and all
I am not getting the concept how to create a full-stack application for this
please help me

dewanshkhandelwal
Автор

I had run the code that you provided the Google colab link
It works fine but I don't know yesterday the code got error like this showing "AttributeError: 'NoneType' object has no attribute 'span' "

Getting this error at the yt.streams line of code, While running in Google colab

Please help me in this sort of issue

balakrishna
Автор

Here we copying tedtalk video right.. any chance to copyright issues?? How to answer for this qn

manopri
Автор

sir if i run this program there is an error on the code of yt.stream it shown that could not found match for multiples

shifnasherin
Автор

Assalamualaikum i want to make this project for final year

HasnainNisar-yv
Автор

code does'nt work now its gives error

jeetul_samaiya
Автор

Is this code work for chrome extension

unstablebeast