Fetching Models

Where it All Begins

The very first step in using ML in your app is fetching a model. NatML supports fetching models from different sources:

Fetching from Hub

NatML Hubarrow-up-right is a platform for managing and deploying ML models.

The NatML predictor catalog.

NatML Hub provides a predictor catalog from which models can be fetched:

circle-info

You will need a NatML access key to fetch models from Hub. See this guide for how to get your access key.

circle-check
circle-check

Using Model Files

NatML supports using CoreMLarrow-up-right (.mlmodel), ONNXarrow-up-right (.onnx), and TensorFlow Litearrow-up-right (.tflite) models. Simply drag and drop the model file into your Unity project. The model file is imported as an MLModelData instance.

Dropping a CoreML model into Unity.
circle-exclamation

Last updated