Skintone API Response Scheme

Haut.AI provides an AI algorithm that evaluates the skin tone

Description

Skintone shows how tanned your skin is. Many pigments have an effect on the color of the skin. One of the most important factors affecting skin tone is the quantity of melanin the skin contains. The amount of melanin in the skin is determined by genetic factors, but it is also increased by the impact of the sun’s radiation. To classify overall skin color, the AI based algorithm is developed.

area_name

The algorithm returns metrics and sub-metrics for the following facial areas:

  • face

main_metric

The main metric is the skintone classification of a particular area or a whole face

"main_metric": {
                "value": "Brown",
                "widget_type": "category",
                "name": "Skin tone",
                "tech_name": "skintone_class",
                "widget_meta": null
            },
           
  • value The skintone value might return one of the following 6 values:

    • Very light - very light skin tone

    • Light- light skin tone

    • Intermediate - intermediate skin tone

    • Tan - tan skin tone

    • Brown- brown skin tone

    • Dark - dark skin tone

  • "widget_type": "category" this indicates that the value is categorial.

  • "name": "Skin tone"

  • "tech_name": "skintone_class"

masks_restored

The algorithm doesn't return any

masks_original

The algorithm doesn't return any

Last updated