Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages