Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,52 @@
|
|
|
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# README.md content for your HuggingFace Space
|
| 2 |
---
|
| 3 |
+
title: YouTube Video Summarizer
|
| 4 |
+
emoji: π
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: purple
|
| 7 |
sdk: gradio
|
| 8 |
+
sdk_version: 4.44.0
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
+
license: mit
|
| 12 |
+
short_description: AI-powered YouTube video summarizer for Hindi, Hinglish & English
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# π YouTube Video Summarizer
|
| 16 |
+
|
| 17 |
+
An AI-powered tool that extracts and summarizes YouTube videos in **Hindi**, **Hinglish**, and **English**.
|
| 18 |
+
|
| 19 |
+
## β¨ Features
|
| 20 |
+
|
| 21 |
+
- π **Multi-language Support**: Hindi, Hinglish, English
|
| 22 |
+
- β‘ **Fast Processing**: Uses YouTube Transcript API (no downloads)
|
| 23 |
+
- π€ **AI Summarization**: BART model for intelligent summaries
|
| 24 |
+
- π± **Mobile Friendly**: Responsive design for all devices
|
| 25 |
+
- π§ **HuggingFace Optimized**: Efficient memory usage and GPU acceleration
|
| 26 |
+
|
| 27 |
+
## π How to Use
|
| 28 |
+
|
| 29 |
+
1. Paste any YouTube video URL
|
| 30 |
+
2. Click "Summarize Video"
|
| 31 |
+
3. Get instant AI-generated summary!
|
| 32 |
+
|
| 33 |
+
## π οΈ Technology Stack
|
| 34 |
+
|
| 35 |
+
- **Frontend**: Gradio
|
| 36 |
+
- **AI Model**: facebook/bart-large-cnn
|
| 37 |
+
- **Transcript**: YouTube Transcript API
|
| 38 |
+
- **Backend**: Python, PyTorch
|
| 39 |
+
|
| 40 |
+
## β οΈ Requirements
|
| 41 |
+
|
| 42 |
+
Videos must have captions/subtitles available. Most popular videos have auto-generated captions.
|
| 43 |
+
|
| 44 |
+
## π Example URLs to Try
|
| 45 |
+
|
| 46 |
+
- Educational videos in Hindi/English
|
| 47 |
+
- Technical tutorials
|
| 48 |
+
- News videos with captions
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
**Built with β€οΈ for the HuggingFace community**
|