Ximilar
Ximilar is an AI platform that offers prebuild AI models as well as custom trainable models. The integration supports the following types
Keyword extraction
Fashion tagging
Custom models
Each of the above all follows the Custom automations steps architecture.
Shared for all is some general configuration available under Administration → Integrations → Integrations configurations which allows editing the following parameter
Parameter | Description |
---|---|
ApiKey | The API Key for Ximiliar |
Keyword extraction
For Keyword extraction, the automation step is called Tag image with Ximilar,
and it allows the following input parameters
Parameter | Description |
---|---|
| The ID of the asset to tag |
| A value between 0 and 1 which determines the certainty of the keywords returned. |
and output the following
Parameter | Description |
---|---|
| A string list of keywords that must be set on the asset. |
Fashion tagging
Fashion tagging is a model maintained and trained by Ximilar that is good at classifying and recognizing cloth in images. The Automation step is called Ximilar fashion tags
and has the following input
Parameter | Description |
---|---|
| The ID of the asset to tag |
and the following output
Parameter | Description |
---|---|
| The category of the cloth |
| The Color of the cloth |
| The Length of the cloth |
| The Style of the cloth |
| The Subcategory of the cloth |
| The Pattern and Material of the cloth |
| The Gender the cloth is targeting |
| The Top category of the cloth |
Custom models
Custom models is a feature in Ximilar where a custom model can be trained to tell the difference between two or more categories. For a detailed description on how to train we refer to the follow blog How to Train a Custom Image Classifier in 5 Minutes - Ximilar: Visual AI for Business.
The Automation step is called classify image with custom Ximilar model
and has the following input
Parameter | Description |
---|---|
| The ID of the asset to tag |
| The id of the model to use in Ximilar |
and the following output
Parameter | Description |
---|---|
| A string value indicating the category that matched the asset |