soadar / whisper-youtube-dl

Transcribe audio from videos utilizing OpenAI's Whisper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🀫 Youtube Transcriber

This project is a solution to transcribe audio files from YouTube using OpenAI's Whisper.

πŸ’‘ Features

  • Download audio from YouTube πŸ“₯
  • Transcribe audio files with Whisper πŸ€”
  • Generate transcripts in txt format πŸ“
  • Utilize Whisper's advanced features, such as speaker identification and language detection πŸ”Š

πŸ“‹ Prerequisites

  • Python 3.7 or higher 🐍

πŸ“¦ Installation

pip install -r requirements.txt

πŸ”¨ Usage

  1. Set your whisper mode. Default is base(most lightweight one) 🌬
  2. Set your video url and click load πŸŽ₯
  3. It will be automatically saved and transcribed to a txt file. πŸ’Ύ

About

Transcribe audio from videos utilizing OpenAI's Whisper.


Languages

Language:Python 100.0%