yasvanthkumar commited on
Commit
0bc7f13
Β·
verified Β·
1 Parent(s): b045459

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -25
README.md CHANGED
@@ -1,45 +1,56 @@
1
- ---
2
  title: YouTube Shorts Generator
3
  emoji: 🎬
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: streamlit
7
- sdk_version: "1.34.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # 🎬 YouTube Shorts Generator
13
 
14
- Generate 5 vertical YouTube Shorts from any YouTube link or uploaded video file.
15
 
16
- ## πŸ’‘ Features
 
17
  - AI-generated captions using Whisper
18
- - Scene detection or time-based fallback
19
- - Face-focused zoom-in
20
- - Background music (optional)
21
- - Mobile-friendly, no login required
22
- - Download 5 vertical .mp4 Shorts (1080x1920)
23
-
24
- ## πŸ“¦ How to Use
25
- 1. Choose input method: YouTube link or .mp4 upload
26
- 2. Click **"Generate Shorts"**
27
- 3. Download the 5 ready-to-upload Shorts
28
-
29
- ## πŸ“ Files Required
 
 
 
 
 
 
30
  - `app.py`
31
  - `requirements.txt`
32
  - `runtime.txt`
33
- - `background_music.mp3`
34
- - `README.md` (this file)
 
35
 
36
- ## πŸš€ Deployment Instructions (for Hugging Face)
37
- 1. Create a new Space β†’ choose **Streamlit**
38
- 2. Upload all 5 files above
39
- 3. Set hardware to **CPU Basic**
40
- 4. Click **Deploy**
41
- 5. Enjoy your Shorts Generator! πŸŽ‰
42
 
43
  ---
44
 
 
 
 
 
 
 
45
  ⚠️ *Note: Use short, public, or Creative Commons YouTube videos to avoid download errors or blocks.*
 
1
+ ---
2
  title: YouTube Shorts Generator
3
  emoji: 🎬
4
  colorFrom: blue
5
  colorTo: purple
6
  sdk: streamlit
 
7
  app_file: app.py
8
  pinned: false
9
  ---
10
 
11
+ # 🎬 YouTube Shorts Generator (No Login, No Watermark)
12
 
13
+ Create 5 faceless, AI-generated vertical YouTube Shorts from any uploaded video.
14
 
15
+ ## βœ… Features
16
+ - Upload `.mp4` video (no login needed)
17
  - AI-generated captions using Whisper
18
+ - Smart scene detection
19
+ - Zoom-in on face (if detected)
20
+ - Background music added
21
+ - 5 engaging vertical Shorts (1080x1920)
22
+ - Works on mobile!
23
+
24
+ ---
25
+
26
+ ## πŸš€ How to Use
27
+ 1. Go to [Google Colab YouTube Downloader](https://colab.research.google.com/drive/1Sy52KiOtN-l7N2rZ8A2JcmW0gYOYFMLx)
28
+ 2. Paste any YouTube video link β†’ download `.mp4`
29
+ 3. Upload that `.mp4` into this app
30
+ 4. Click β€œGenerate Shorts”
31
+ 5. Download all 5 videos
32
+
33
+ ---
34
+
35
+ ## πŸ“‚ Files to Include in Your Space
36
  - `app.py`
37
  - `requirements.txt`
38
  - `runtime.txt`
39
+ - `background_music.mp3` (royalty-free music)
40
+
41
+ ---
42
 
43
+ ## 🧠 Notes
44
+ - Video size must be under 200MB (Hugging Face limit)
45
+ - Works best for videos under 10 mins
46
+ - YouTube links are not supported directly (use Colab)
 
 
47
 
48
  ---
49
 
50
+ ### πŸ”— Need Help?
51
+ Use this Colab notebook to download YouTube videos:
52
+ πŸ‘‰ [Colab Downloader](https://colab.research.google.com/drive/1Sy52KiOtN-l7N2rZ8A2JcmW0gYOYFMLx)
53
+
54
+
55
+
56
  ⚠️ *Note: Use short, public, or Creative Commons YouTube videos to avoid download errors or blocks.*