Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,32 @@
|
|
| 1 |
---
|
| 2 |
-
title: StyleID
|
| 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: "StyleID — Does AI Preserve Your Face?"
|
| 3 |
+
emoji: 🎭
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.33.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
suggested_hardware: zero-a10g
|
| 11 |
+
tags:
|
| 12 |
+
- face-identity
|
| 13 |
+
- stylization
|
| 14 |
+
- clip
|
| 15 |
+
- face-recognition
|
| 16 |
+
- art-style
|
| 17 |
+
short_description: "Face identity check across AI art styles"
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# 🎭 StyleID — Does AI Preserve Your Face?
|
| 21 |
+
|
| 22 |
+
Upload a **real photo** and a **stylized portrait** (anime, cartoon, painting, sketch, etc.) — StyleID tells you if the identity is preserved.
|
| 23 |
+
|
| 24 |
+
## How it works
|
| 25 |
+
|
| 26 |
+
StyleID uses a fine-tuned CLIP ViT-L/14 encoder calibrated against human psychometric experiments. Unlike standard face recognition (ArcFace, AdaFace), it's specifically designed for **cross-style** identity matching.
|
| 27 |
+
|
| 28 |
+
## Paper & Model
|
| 29 |
+
|
| 30 |
+
- **Paper:** [StyleID (arXiv 2604.21689)](https://arxiv.org/abs/2604.21689)
|
| 31 |
+
- **Model:** [kwanY/styleid](https://huggingface.co/kwanY/styleid)
|
| 32 |
+
- **License:** Research use only
|