Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.42.0
metadata
title: YouTube Transcript & Summary
emoji: 🎧
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.31.0
app_file: app.py
pinned: false
YouTube Transcript, Translation & Summary (Whisper + Hugging Face)
This Space extracts audio from a YouTube video, detects language, transcribes speech using OpenAI Whisper, translates to English if needed, and provides a summary.
How to use:
- Paste a YouTube URL in the box.
- Click "Process".
- View detected language, full transcript, English translation, and summary.
Tech stack: Gradio, Hugging Face Transformers, OpenAI Whisper, Facebook BART, yt-dlp
Requirements
- All dependencies listed in requirements.txt.
- yt-dlp is included as a pip dependency.
Author
Built for quick demo and prototyping by Jagan (template by ChatGPT).