ML / AI Model Provisioning
DataSapien is an enabler of on-edge Machine Learning and Artificial Intelligence use-cases. The Orchestrator is a delivery channel for public and private models. The Mobile SDK downloads models that were provisioned on the Orchestrator, upon request.
Provisioning ML Models
ML models are conventional probabilistic models aimed to work in a specific field. You will need to provide the following to proivison a new ML Model:
Vendor
: name of the Vendor who created / published the modelName
: a language-independent (programmatic) name to be used within scriptsLabel
: human language name for display purposesDownload URL
: URL from which Mobile SDK will download the modelDescription
: an optional description
ML Modelss
Provisioned ML Models can be queried and downloaded on-edge by the Mobile SDK via its Intelligence Service.
Provisioning AI Models
AI (GenAI) models are generative models aimed to work in a wide range of fields. You need to provide following to proivison a new AI Model:
Vendor
: name of the Vendor who created / published the modelName
: a language-independent (programmatic) name to be used within scriptsLabel
: human language name for display purposesDownload URL
: URL from which Mobile SDK will download the modelThinking
: flag to specify that model is a thinking (can produce output about its own generation) model or notDescription
: an optional description
AI Modelss