--- 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. ``` Classification report: precision recall f1-score support dry 0.6471 0.5402 0.5888 224 normal 0.6031 0.7054 0.6502 224 oily 0.6054 0.6027 0.6040 224 accuracy 0.6161 672 macro avg 0.6185 0.6161 0.6143 672 weighted avg 0.6185 0.6161 0.6143 672 ``` ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6449300e3adf50d864095b90/MRzo_pR1egNx78PDT90XO.png)