Ximilar
Description
Ximilar provides smart visual data processing based on computer vision and machine learning (SaaS) with which it is possible to train and deploy visual AI solutions, based on ready-to-use services or customized.
The services include among others image categorization, automatic tagging and object recognition services.
The OMN integration works together with Ximilar via an API.
To use Ximilar in the OMN context, a paid subscription must be purchased.
A Ximilar API documentation can be found here.
Configuration Parameters
Workflow-Name: ai-imagetagging
General parameters
| Key (* = required) | Type | Default | Description | Example |
|---|---|---|---|---|
ext.ai-imagetagging.tagTargetAttribute* |
string |
Target MAM attribute identifier where to write the detected tags to. The attribute needs to be of type "string" |
||
ext.ai-imagetagging.taggingService |
string |
Tagging service to use. Can be 'google', 'aws', 'clarifai', 'ms', 'pixyle', 'imagga' or 'ximilar-recognition' whereby 'google' is default |
clarifai |
|
ext.ai-imagetagging.tagThreshold |
double |
0.90 |
Threshold for tag detection. Only a score higher than this value will be considered for tags |
|
ext.ai-imagetagging.prettyPrint |
boolean |
false |
If true, prints a pretty string like a HTML rendered table. Used for demo purposes |
true |
Ximilar
| Key (* = required) | Type | Default | Description | Example |
|---|---|---|---|---|
ext.ai-imagetagging.ximilar.apiKey* |
string |
API Key for the Imagga Tagging service |
||
ext.ai-imagetagging.ximilar.recognition.taskId* |
string |
ID of the Ximilar Task (trained model) to use |
||
ext.ai-imagetagging.ximilar.recognition.apiUrl |
string |
Base URL of the Ximilar Recognition Tagging service |
||
ext.ai-imagetagging.ximilar.recognition.version* |
long |
takes latest version if not specified |
Version of the task (defined in *.taskId) to use |
|
ext.ai-imagetagging.ximilar.recognition.storeImages* |
boolean |
false |
If true then the images are also stored into your workspace as training images |
Example configuration
A detailed step-by-step guide to the configuration of the Workflow Config Function plug-in can be found on this page.