Dress Labeling
Demo

Instantly generate tags for any fashion dress with our state of the art AI algorithm

scroll down

Labeling Dresses with AI

Simply upload any image from your favorite e-commerce store and be amazed to see the power of Artificial Intelligence.

Note: This algorithm is specifically built to perform for modern clothing and may not perform the best for traditional or eastern wear.

Snapthat Home

Predicted Attributes

Below are the predicted the attributes for your uploaded photo with their confidence scores

91.2%
Top
91.3%
Trouser
91.0%
Full Sleeves

Model Accuracy

Overall accuracy and of the best performing attributes

85.4%

Overall Accuracy

91.3%

Accuracy for Full Dress

91.1%

Accuracy for Trousers

84.6%

Accuracy for Short Sleeve Tops

Value for your Business

Jobs that can be done with AI powered image labeling, both for e-commerce and fashion images

Write human level product information at low cost for your e-commerce store
Create rich meta tags to improve search results for your items
Sentence descriptions for unique fashion clothing items
Rich content creation for fashion catalogs in real time
Automatic Caption generation for social media content

Potential for Improvements

We are going to further improve this algorithm to not only predict the current categories with better accuracy. Also, we are going to make it to predict attributes which are more specific for fashion buyers.

95%

21

1M

Try it out on your Platform

You can simply test it out by integrating the API given below with your platform.

Predict Attributes

You will simply pass your image as base64 in the parameters of this end point and it will return a list of dress attribute predicted by the AI model in real time.

Parameters

test REQUIRED

The ‘test’ image will be processed by our AI Model. Use this field to send the image you want to be processed after converting it to a base64 object.

Returns

A dictionary with an “attribute “ property that contains an array of up to three items. Each item in the array is a seperate “category” object which represents one of the predicted attributes.

Status Codes

200 OK - Request went successfully.

400 Bad Request - You may not be passing the required parameter right.

500 Something is wrong at Snapthat’s side.

Endpoint and Response

Use the baseurl and the endpoint to call the API and get labels in the exact response format given below

BASE URL

https://image-labelling.snapthat.xyz

ENDPOINT

POST /api/multilabel-classification/predict

RESPONSE


		{ 
		  "attributes": [ 
		  {"category": "short sleevetop" },
		  { "category": "long skirt" }
		  ]
		}
								

Predict Attributes

You will simply pass your image as base64 in the parameters of this end point and it will return a list of dress attribute predicted by the AI model in real time.

Parameters

test REQUIRED

The ‘test’ image will be processed by our AI Model. Use this field to send the image you want to be processed after converting it to a base64 object.

Returns

A dictionary with an “attribute “ property that contains an array of up to three items. Each item in the array is a seperate “category” object which represents one of the predicted attributes.

Status Codes

200 OK - Request went successfully.

400 Bad Request - You may not be passing the required parameter right.

500 Something is wrong at Snapthat’s side.

Endpoint and Response

Use the baseurl and the endpoint to call the API and get labels in the exact response format given below

BASE URL

https://image-labelling.snapthat.xyz

ENDPOINT

POST /api/multilabel-classification/predict

RESPONSE


{ 
  "attributes": [ 
    {"category": "short sleevetop" },
    { "category": "long skirt" }
  ]
}
							
Generating Results