Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
metrics:
|
4 |
+
- accuracy
|
5 |
+
- f1
|
6 |
+
---
|
7 |
+
Detects the skin type (dry, normal, oily) based on facial image.
|
8 |
+
|
9 |
+
See https://www.kaggle.com/code/dima806/skin-types-image-detection-vit for details.
|
10 |
+
|
11 |
+
```
|
12 |
+
Classification report:
|
13 |
+
|
14 |
+
precision recall f1-score support
|
15 |
+
|
16 |
+
dry 0.6471 0.5402 0.5888 224
|
17 |
+
normal 0.6031 0.7054 0.6502 224
|
18 |
+
oily 0.6054 0.6027 0.6040 224
|
19 |
+
|
20 |
+
accuracy 0.6161 672
|
21 |
+
macro avg 0.6185 0.6161 0.6143 672
|
22 |
+
weighted avg 0.6185 0.6161 0.6143 672
|
23 |
+
```
|
24 |
+
|
25 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/MRzo_pR1egNx78PDT90XO.png)
|
26 |
+
|