Skip to content

Convert YouTube videos to text files. Why spend 30 minutes watching a video when you can skim the transcript in a couple minutes?

Notifications You must be signed in to change notification settings

otonomee/youtube-to-transcript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Transcript Tool

This script downloads audio from a YouTube video, transcribes it using the Whisper model, and saves the transcript to a text file.

Requirements

  • Python 3.6+
  • yt-dlp
  • whisper

Installation

  1. pip install yt-dlp whisper

Usage

Run the script from the command line, passing the YouTube URL as an argument:

python main.py <youtube_url>

Example

python youtube_transcript_tool.py https://www.youtube.com/watch?v=w7a_Kbx7nA8

About

Convert YouTube videos to text files. Why spend 30 minutes watching a video when you can skim the transcript in a couple minutes?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages