An open API service indexing awesome lists of open source software.

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.

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