Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,41 +1,105 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Veo 3 Video Generator
|
| 2 |
|
| 3 |
Aplikasi web untuk menghasilkan video berkualitas tinggi menggunakan Google Veo 3 API.
|
| 4 |
|
| 5 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- **Text to Video**: Buat video dari deskripsi teks
|
| 7 |
- **Image to Video**: Animasikan gambar statis (dalam pengembangan)
|
| 8 |
- **Audio Generation**: Audio native yang sinkron dengan video
|
| 9 |
-
- **Customizable Settings**:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
##
|
| 12 |
|
| 13 |
1. Dapatkan API Key dari [Google AI Studio](https://makersuite.google.com/app/apikey)
|
| 14 |
-
2.
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
-
2. (Opsional) Tambahkan negative prompt
|
| 21 |
-
3. Pilih pengaturan video (durasi, aspect ratio, resolusi)
|
| 22 |
-
4. Klik "Generate Video"
|
| 23 |
-
5. Tunggu beberapa menit hingga video selesai diproses
|
| 24 |
|
| 25 |
-
##
|
|
|
|
|
|
|
| 26 |
|
| 27 |
-
|
| 28 |
-
- "
|
| 29 |
-
- "
|
| 30 |
|
| 31 |
-
##
|
|
|
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
- Proses generation memerlukan waktu beberapa menit
|
| 35 |
-
- Biaya $0.75 per detik video
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
|
| 40 |
-
- Gradio
|
| 41 |
-
- Hugging Face Spaces
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Veo 3 Video Generator
|
| 3 |
+
emoji: π¬
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Veo 3 Video Generator
|
| 13 |
|
| 14 |
Aplikasi web untuk menghasilkan video berkualitas tinggi menggunakan Google Veo 3 API.
|
| 15 |
|
| 16 |
+
## π₯ Demo
|
| 17 |
+
|
| 18 |
+
Aplikasi ini memungkinkan Anda membuat video berkualitas tinggi dari prompt teks menggunakan model Veo 3 terbaru dari Google.
|
| 19 |
+
|
| 20 |
+
## β¨ Fitur
|
| 21 |
+
|
| 22 |
- **Text to Video**: Buat video dari deskripsi teks
|
| 23 |
- **Image to Video**: Animasikan gambar statis (dalam pengembangan)
|
| 24 |
- **Audio Generation**: Audio native yang sinkron dengan video
|
| 25 |
+
- **Customizable Settings**:
|
| 26 |
+
- Durasi video (4-8 detik)
|
| 27 |
+
- Aspect ratio (16:9, 9:16, 1:1)
|
| 28 |
+
- Resolusi (720p, 1080p)
|
| 29 |
+
- Opsi untuk generate audio
|
| 30 |
+
|
| 31 |
+
## π Setup
|
| 32 |
|
| 33 |
+
### Prerequisites
|
| 34 |
|
| 35 |
1. Dapatkan API Key dari [Google AI Studio](https://makersuite.google.com/app/apikey)
|
| 36 |
+
2. Pastikan API key Anda memiliki akses ke model Veo 3
|
| 37 |
+
|
| 38 |
+
### Environment Variables
|
| 39 |
+
|
| 40 |
+
Set API Key sebagai environment variable di Hugging Face Spaces:
|
| 41 |
+
- Key: `GOOGLE_API_KEY`
|
| 42 |
+
- Value: `your-api-key-here`
|
| 43 |
+
|
| 44 |
+
## π Cara Penggunaan
|
| 45 |
+
|
| 46 |
+
1. **Text to Video**:
|
| 47 |
+
- Masukkan prompt deskriptif untuk video yang ingin dibuat
|
| 48 |
+
- (Opsional) Tambahkan negative prompt untuk menghindari elemen tertentu
|
| 49 |
+
- Pilih pengaturan video sesuai kebutuhan
|
| 50 |
+
- Klik "Generate Video"
|
| 51 |
+
- Tunggu beberapa menit hingga video selesai diproses
|
| 52 |
|
| 53 |
+
2. **Image to Video** (Coming Soon):
|
| 54 |
+
- Upload gambar sebagai starting point
|
| 55 |
+
- Deskripsikan bagaimana gambar tersebut bergerak
|
| 56 |
+
- Generate video dari gambar
|
| 57 |
|
| 58 |
+
## π‘ Contoh Prompt yang Baik
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
+
### Cinematic Shots
|
| 61 |
+
- "A majestic lion walking through golden savannah at sunset, cinematic shot, warm lighting"
|
| 62 |
+
- "Aerial view of waves crashing on a tropical beach, crystal clear water, drone shot"
|
| 63 |
|
| 64 |
+
### Dynamic Scenes
|
| 65 |
+
- "A robot chef cooking in a futuristic kitchen, steam rising from the pan, dynamic camera movement"
|
| 66 |
+
- "Time-lapse of flowers blooming in a garden, vibrant colors, macro lens"
|
| 67 |
|
| 68 |
+
### Story Elements
|
| 69 |
+
- "A close up of two people staring at a cryptic drawing on a wall, torchlight flickering. A man murmurs, 'This must be it. That's the secret code.'"
|
| 70 |
|
| 71 |
+
## β οΈ Limitasi
|
| 72 |
+
|
| 73 |
+
- Video maksimal 8 detik per generation
|
| 74 |
- Proses generation memerlukan waktu beberapa menit
|
| 75 |
+
- Biaya API: $0.75 per detik video yang dihasilkan
|
| 76 |
+
- Resolusi maksimal 1080p
|
| 77 |
+
|
| 78 |
+
## π οΈ Teknologi yang Digunakan
|
| 79 |
+
|
| 80 |
+
- **Google Veo 3 API**: State-of-the-art video generation model
|
| 81 |
+
- **Gradio**: Framework untuk membuat web UI
|
| 82 |
+
- **Hugging Face Spaces**: Platform hosting
|
| 83 |
+
- **Google Gen AI SDK**: Python SDK untuk akses API
|
| 84 |
+
|
| 85 |
+
## π Model Information
|
| 86 |
+
|
| 87 |
+
Veo 3 adalah model generasi video terbaru dari Google yang dapat:
|
| 88 |
+
- Menghasilkan video berkualitas tinggi hingga 1080p
|
| 89 |
+
- Membuat audio yang sinkron dengan visual
|
| 90 |
+
- Memahami gerakan kamera dan gaya sinematik
|
| 91 |
+
- Menghasilkan berbagai gaya visual dari fotorealistik hingga artistik
|
| 92 |
+
|
| 93 |
+
## π Links
|
| 94 |
+
|
| 95 |
+
- [Google AI Studio](https://makersuite.google.com/)
|
| 96 |
+
- [Veo 3 Documentation](https://ai.google.dev/)
|
| 97 |
+
- [Gradio Documentation](https://gradio.app/)
|
| 98 |
+
|
| 99 |
+
## π License
|
| 100 |
+
|
| 101 |
+
This project is for educational and demonstration purposes. Please refer to Google's terms of service for API usage.
|
| 102 |
|
| 103 |
+
---
|
| 104 |
|
| 105 |
+
Made with β€οΈ using Google Veo 3 API
|
|
|
|
|
|