Skip to content

zirkelc/python-transcribe-youtube-whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcribe YouTube Videos with Whisper

Example on how to transcribe YouTube videos with OpenAI's Whisper language model.

Install

Install the Python packages for Whisper, PyTube and Pandas. Whisper requires Python 3.7 or later.

pip install git+https://github.com/openai/whisper.git 
pip install git+https://github.com/pytube/pytube.git
pip install pandas

Usage

Specify YouTube video URL with --video option. The URL must be valid watch URL.

python3 main.py --video "https://www.youtube.com/watch?v=oHWuv1Aqrzk"

Jupyter

This code is available as interactive Jupyter Notebook on Colab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published