m1guelpf/yt-whisper
A CLI tool that uses OpenAI's Whisper model to transcribe YouTube videos into subtitle files.

Velocity · 7d
+1.1
★ / day
Trend
→steady
star history
This repository combines yt-dlp for downloading YouTube audio with OpenAI’s Whisper model to automatically generate subtitle files (VTT format). Users run a simple command to download a video, transcribe its audio using Whisper’s neural network, and produce subtitle files. It supports multiple Whisper model sizes from tiny to large, multilingual transcription, and English translation via the translate task.