Skip to content

viniciusdutra314/faster-whisper-youtube-jellyfin

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Faster Whisper + YouTube + Jellyfin

Transcribe any YouTube video and transfer it to your Jellyfin!

I love learning new languages. One problem I always stumble across is finding interesting/advanced content with subtitles. One solution to that is using a well optimized reimplementation of OpenAI Whisper called Faster Whisper, which can transcribe videos using AI.

Go to this Google Colab and enjoy!

Faster Whisper speed on Google Colab:

Using the free T4 GPU, I can generally transcribe a video in 10% of its duration using the largest model! Here's a list of videos, their duration, and the execution time of the code. (I will write this table in the future)

Jellyfin support:

The videos are saved along with their .info.json, which makes them compatible with the amazing Jellyfin YouTube Metadata Plugin. Now, with the videos inside your Jellyfin, you can study on whatever device you want! Your smartphone, TV, laptop, you name it.

Credits:

This is a fork from lewangdev, which itself is a fork of ArthurFDLR, i just added a few lines to make it compatible with jellyfin. Thank you guys for making this simple yet extremely useful Google Colab notebook!

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%