Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,15 @@
|
|
| 1 |
-
|
| 2 |
title: YT Clipper AI
|
| 3 |
emoji: 🎬
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: pink
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# YT Clipper AI —
|
| 13 |
-
|
| 14 |
-
This app automatically generates vertical 9:16 YouTube Shorts
|
| 15 |
-
from either a YouTube link or an uploaded MP4 file.
|
| 16 |
-
|
| 17 |
-
### Features
|
| 18 |
-
- Download YouTube videos (yt-dlp)
|
| 19 |
-
- Transcribe audio using Whisper
|
| 20 |
-
- Simple highlight detection using audio energy
|
| 21 |
-
- Auto-generate 3 vertical clips (1080x1920)
|
| 22 |
-
- Download-ready MP4s
|
| 23 |
-
|
| 24 |
-
### How to use
|
| 25 |
-
1. Paste a YouTube URL **or** upload an MP4
|
| 26 |
-
2. Click **Generate Clips**
|
| 27 |
-
3. Wait for processing
|
| 28 |
-
4. Download the generated clips
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
- For faster results, switch to `tiny` or `small` models in `clipper.py`
|
|
|
|
| 1 |
+
---
|
| 2 |
title: YT Clipper AI
|
| 3 |
emoji: 🎬
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: pink
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.51.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# YT Clipper AI — Quick Build Mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
Temporary lightweight version for building on Hugging Face Spaces.
|
| 15 |
+
This version **skips heavy transcription** so the Space can build faster.
|
|
|