Skip to content

A simple Python Notebook using Whisper to transcribe Youtube videos in plain text

License

Notifications You must be signed in to change notification settings

kabronero/youtube-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python Colab

youtube-transcriber

A simple Python Notebook using Whisper to transcribe Youtube videos in plain text

Why?

I wanted to use Whisper to transcript some youtube videos but all the implementations I found were including timestamps like subtitles and I just wanted the plain transcript text.

So I made it myself with a Python Notebook in Google Colab (which gives me better hardware to run the model than my home computer) using the Whisper library + Pytube.

It’s really simple but I’m proud of it, lol.

With the “medium” model using the default GPU that Colab gives you, it transcribes at ~ 3X the speed of the video. So, a 10min video will transcribe in around 3min.


Download the Python Notebook to run it yourself or you can also use it directly in Google Colab:

https://colab.research.google.com/drive/19Wla7NpTbr_nJOSoVJ-ezyfSX1Q6UuR-

About

A simple Python Notebook using Whisper to transcribe Youtube videos in plain text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published