Clarifai
Description
Clarifai is a deep learning AI platform and provides among others a computer vision service to allow an interpretation of video, image, text and audio data.
The OMN integration works together with Clarifai via an API.
To use Clarifai in the OMN context, a paid subscription must be purchased.
A documentation about Clarifai and its API 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', '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 |
Clarifai
| Key (* = required) | Type | Default | Description | Example |
|---|---|---|---|---|
ext.ai-imagetagging.clarifai.apiKey* |
string |
API Key for the Clarifai service |
||
ext.ai-imagetagging.clarifai.workflowId* |
string |
ID of the clarifai workflow to use |
||
ext.ai-imagetagging.clarifai.apiUrl |
string |
Base URL of the Clarifai service |
||
ext.ai-imagetagging.clarifai.modelName |
string |
general |
Name of the clarifai model to use |
InnoDay |
ext.ai-imagetagging.clarifai.mamAttributeMappings |
string - multiple |
See "Mappings" below for full mapping |
List of json path to MAM attribute identifier mappings. Specify here to map which values from Clarifai API result should be written to which MAM attribute identifier (comma separated if multiple values) |
Example configuration
A detailed step-by-step guide to the configuration of the Workflow Config Function plug-in can be found on this page.