← Back to SimplifAI®

Image Labels Generation

Generate Labels from an Image

  • TypeComputer Vision
  • Tokens150/ image
INPUT
...
OUTPUT
Image Description

This is a picture of a living room with furniture including a couch, corner rug, and table. The living room looks like it is indoors with a home decor theme.

Image Labels
Furniture
Confidence: 99.76%
Living RoomRoomIndoors
Confidence: 99.73%
RoomIndoors
Confidence: 99.73%
Indoors
Confidence: 99.73%
CouchFurniture
Confidence: 98.14%
Interior DesignIndoors
Confidence: 97.28%
Corner
Confidence: 94.52%
Rug
Confidence: 88.05%
Home Decor
Confidence: 85.10%
TableFurniture
Confidence: 81.42%
YOUR IMAGE
API ENDPOINT
https://api.iarani.ai/simplifai006
INPUT HEADERS
{
  "x-api-key": "Your iarani.ai API Key"
}
INPUT SCHEMA
{
  "imageURL": "string"
}
OUTPUT SCHEMA
{
  "image": "string",
  "description": "string",
  "labels": "json"
}
SAMPLE API RESPONSE
{
  "image": "https://assets-iarani.s3.us-west-2.amazonaws.com/testimage.jpg",
  "description": "This is a picture of a living room with furniture including a couch, corner rug, and table. The living room looks like it is indoors with a home decor theme.",
  "Labels": [
    {
      "Name": "Furniture",
      "Confidence": 99.76009368896484,
      "Instances": [],
      "Parents": []
    },
    {
      "Name": "Living Room",
      "Confidence": 99.72750091552734,
      "Instances": [],
      "Parents": [
        {
          "Name": "Room"
        },
        {
          "Name": "Indoors"
        }
      ]
    },
    {
      "Name": "Room",
      "Confidence": 99.72750091552734,
      "Instances": [],
      "Parents": [
        {
          "Name": "Indoors"
        }
      ]
    },
    {
      "Name": "Indoors",
      "Confidence": 99.72750091552734,
      "Instances": [],
      "Parents": []
    },
    {
      "Name": "Couch",
      "Confidence": 98.13829040527344,
      "Instances": [
        {
          "BoundingBox": {
            "Width": 0.3167726397514343,
            "Height": 0.4178455173969269,
            "Left": 0.6723333597183228,
            "Top": 0.5637176036834717
          },
          "Confidence": 98.13829040527344
        }
      ],
      "Parents": [
        {
          "Name": "Furniture"
        }
      ]
    },
    {
      "Name": "Interior Design",
      "Confidence": 97.2767333984375,
      "Instances": [],
      "Parents": [
        {
          "Name": "Indoors"
        }
      ]
    },
    {
      "Name": "Corner",
      "Confidence": 94.52105712890625,
      "Instances": [],
      "Parents": []
    },
    {
      "Name": "Rug",
      "Confidence": 88.04621887207031,
      "Instances": [
        {
          "BoundingBox": {
            "Width": 0.630770742893219,
            "Height": 0.1773558408021927,
            "Left": 0.01634809747338295,
            "Top": 0.8145135641098022
          },
          "Confidence": 88.04621887207031
        }
      ],
      "Parents": []
    },
    {
      "Name": "Home Decor",
      "Confidence": 85.10025024414062,
      "Instances": [],
      "Parents": []
    },
    {
      "Name": "Table",
      "Confidence": 81.42426300048828,
      "Instances": [],
      "Parents": [
        {
          "Name": "Furniture"
        }
      ]
    }
  ]
}
iarani.ai®
All Rights Reserved © 2022