https://github.com/systemslibrarian/youtube-mp3-transcript-summary
Generate MP3, Transcript, and Summary from YouTube using Whisper and LLMs.
https://github.com/systemslibrarian/youtube-mp3-transcript-summary
Last synced: 1 day ago
JSON representation
Generate MP3, Transcript, and Summary from YouTube using Whisper and LLMs.
- Host: GitHub
- URL: https://github.com/systemslibrarian/youtube-mp3-transcript-summary
- Owner: systemslibrarian
- License: mit
- Created: 2025-07-26T23:53:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T00:05:54.000Z (10 months ago)
- Last Synced: 2025-07-27T02:54:27.847Z (10 months ago)
- Language: Jupyter Notebook
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube MP3, Transcript, and Summary Generator 🎧📄✨
This project takes a YouTube video and produces:
- An MP3 audio file
- A full transcript (using OpenAI Whisper)
- A summary (using an LLM)
## 📦 Features
- Download MP3 from YouTube
- Transcribe audio using Whisper
- Summarize the transcript using OpenAI's LLM
## 🔧 Setup
Install dependencies:
```bash
pip install -r requirements.txt
```
## 🚀 Usage
Run the Colab notebook to:
1. Input a YouTube URL
2. Extract MP3
3. Generate transcript and summary
## 📁 Files
- `Create_MP3_Transcript_Summary.ipynb`: Main Colab workflow