Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,23 @@ Das Modell sagt für jede Attributgruppe (z. B. Farbe, Material, Schnitt) **da
|
|
25 |
|
26 |
---
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
## 📦 Ausgabeformat (Beispiel)
|
29 |
|
30 |
```json
|
|
|
25 |
|
26 |
---
|
27 |
|
28 |
+
## 🧩 Unterstützte Attributgruppen
|
29 |
+
|
30 |
+
Das Modell liefert jeweils **das wahrscheinlichste Attribut** aus jeder dieser Gruppen:
|
31 |
+
|
32 |
+
| Attributgruppe | Beschreibung (Beispiele) |
|
33 |
+
|----------------|-------------------------------------------------|
|
34 |
+
| `category` | Kleidungstyp (z. B. T-Shirts, Jeans, Blazer) |
|
35 |
+
| `color` | Farbton (z. B. Red, Black, Blue) |
|
36 |
+
| `material` | Materialtyp (z. B. Cotton, Leather, Lace) |
|
37 |
+
| `style` | Stil (z. B. Vintage, Bandage, Peplum) |
|
38 |
+
| `pattern` | Muster (z. B. Striped, Polka Dot, Floral) |
|
39 |
+
| `sleeve` | Ärmeltyp (z. B. Sleeveless, Long Sleeves) |
|
40 |
+
| `neckline` | Ausschnittform (z. B. V-Neck, Round Neck) |
|
41 |
+
| `gender` | Gender-Zielgruppe (Male, Female, Neutral) |
|
42 |
+
|
43 |
+
---
|
44 |
+
|
45 |
## 📦 Ausgabeformat (Beispiel)
|
46 |
|
47 |
```json
|