Spaces:
Running
Running
Update README with Space metadata and documentation
Browse files
README.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
| 1 |
---
|
| 2 |
-
title: MoneyPrinterV2
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MoneyPrinterV2 - YouTube Shorts Generator
|
| 3 |
+
emoji: π¬
|
| 4 |
+
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.1"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# MoneyPrinterV2 β YouTube Shorts Generator
|
| 13 |
+
|
| 14 |
+
AI-powered YouTube Shorts video generation pipeline:
|
| 15 |
+
|
| 16 |
+
1. **Topic Generation** β LLM generates a video topic from your niche
|
| 17 |
+
2. **Script Writing** β LLM writes a short video script
|
| 18 |
+
3. **Image Generation** β Gemini API creates visuals from AI prompts
|
| 19 |
+
4. **Text-to-Speech** β KittenTTS converts script to natural speech
|
| 20 |
+
5. **Subtitle Generation** β faster-whisper creates synced subtitles
|
| 21 |
+
6. **Video Assembly** β MoviePy combines everything into a downloadable MP4
|
| 22 |
+
|
| 23 |
+
## Required Secrets
|
| 24 |
+
|
| 25 |
+
Set these in your Space Settings > Secrets:
|
| 26 |
+
|
| 27 |
+
| Secret | Description |
|
| 28 |
+
|--------|-------------|
|
| 29 |
+
| `HF_TOKEN` | Hugging Face API token (for LLM text generation) |
|
| 30 |
+
| `GEMINI_API_KEY` | Google Gemini API key (for AI image generation) |
|
| 31 |
+
|
| 32 |
+
## Usage
|
| 33 |
+
|
| 34 |
+
1. Enter a niche/topic (e.g., "artificial intelligence", "cooking tips")
|
| 35 |
+
2. Select language, LLM model, TTS voice, and script length
|
| 36 |
+
3. Click "Generate Video"
|
| 37 |
+
4. Download the generated MP4
|
| 38 |
+
|
| 39 |
+
> **Note:** This demo generates videos only. YouTube upload requires browser automation and is not available on HF Spaces.
|