Fanu2 commited on
Commit
cb0fce0
·
verified ·
1 Parent(s): 58a3156

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -8,8 +8,25 @@ sdk_version: 1.32.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
11
 
12
- # 🎨 PaddleGAN Image Editor
13
 
14
- A Streamlit app for running PaddleGAN tasks like `Photo2Cartoon` and `GPEN Face Enhancement`. Upload an image, choose a task, and transform it with GAN magic — deployable on Hugging Face Spaces.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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