yasvanthkumar commited on
Commit
d97b3af
·
verified ·
1 Parent(s): bc22892

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -22
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: "1.25.0"
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # YT Clipper AI — Streamlit App
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
- ### Notes
31
- - Heavy audio models (Whisper) may be slow on CPU Spaces
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.