File size: 735 Bytes
903cbca
 
 
 
 
 
 
 
 
 
c1f6e5a
 
903cbca
 
 
 
 
c1f6e5a
 
 
903cbca
c1f6e5a
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: apache-2.0
metrics:
- accuracy
- f1
---
Detects the skin type (dry, normal, oily) based on facial image.

See https://www.kaggle.com/code/dima806/skin-types-image-detection-vit for details.

![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/gOpiuH8TpY93rwiFO7GwY.png)

```
Classification report:

              precision    recall  f1-score   support

         dry     0.6697    0.6607    0.6652       448
      normal     0.6638    0.6964    0.6797       448
        oily     0.6944    0.6696    0.6818       448

    accuracy                         0.6756      1344
   macro avg     0.6760    0.6756    0.6756      1344
weighted avg     0.6760    0.6756    0.6756      1344
```