divython commited on
Commit
546beb9
Β·
verified Β·
1 Parent(s): fda7d7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -7
README.md CHANGED
@@ -1,13 +1,52 @@
 
1
  ---
2
- title: Yt Video Summariser
3
- emoji: 🏒
4
- colorFrom: yellow
5
- colorTo: green
6
  sdk: gradio
7
- sdk_version: 5.35.0
8
  app_file: app.py
9
  pinned: false
10
- short_description: transcripts the video
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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**