Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,25 @@ sdk_version: 1.32.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
|
|
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
+
# AnimeGAN with PaddleGAN 🎨
|
| 12 |
|
| 13 |
+
This app converts real-world photos into anime-style images using PaddleGAN's AnimeGAN model.
|
| 14 |
|
| 15 |
+
## 🚀 How to Use
|
| 16 |
+
|
| 17 |
+
1. Upload a photo (JPG or PNG)
|
| 18 |
+
2. Click "Generate Anime"
|
| 19 |
+
3. View and download your anime-style image!
|
| 20 |
+
|
| 21 |
+
## 🧠 Model
|
| 22 |
+
|
| 23 |
+
- Uses `AnimeGANPredictor` from `paddlegan.apps`
|
| 24 |
+
- Runs inference directly in PaddlePaddle (no ONNX/OpenVINO conversion)
|
| 25 |
+
|
| 26 |
+
## 🛠️ Deployment
|
| 27 |
+
|
| 28 |
+
To deploy on Hugging Face Spaces:
|
| 29 |
+
|
| 30 |
+
- SDK: `streamlit`
|
| 31 |
+
- Hardware: `cpu` is sufficient
|
| 32 |
|