Spaces:
Running
Running
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
| 1 |
---
|
| 2 |
title: LandmarkDiff
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: LandmarkDiff
|
| 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 |
+
license: mit
|
| 11 |
+
short_description: Facial surgery outcome prediction from clinical photography
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# LandmarkDiff
|
| 15 |
+
|
| 16 |
+
Anatomically-conditioned facial surgery outcome prediction from standard clinical photography.
|
| 17 |
+
|
| 18 |
+
Upload a face photo, select a surgical procedure, adjust intensity, and see the predicted outcome in real time using thin-plate spline warping.
|
| 19 |
+
|
| 20 |
+
**Supported Procedures:** Rhinoplasty, Blepharoplasty, Rhytidectomy, Orthognathic, Brow Lift, Mentoplasty
|
| 21 |
+
|
| 22 |
+
[GitHub](https://github.com/dreamlessx/LandmarkDiff-public) | [Paper (MICCAI 2026)](https://github.com/dreamlessx/LandmarkDiff-public/tree/main/paper)
|