Introduction
This section of our documentation describes how to create vision models that can be easily deployed to your edge devices running the Nx AI Manager.
The main model categories with seamless integration are image classification models (for instance trained on Google's Teachable Machine) and object detection (for example trained using Ultralytics). However, integrating any vision model is possible with a few tweaks.
High-level process
Our standard process for creating and uploading your models to the Nx AI Cloud is to:
- Create a model using your favorite training tools. You can create an ONNX model from scratch or import a model using one of the training tools we integrate with. 
- Once you have your model ready, you can upload it to the Nx AI Cloud platform; it will automatically be converted it to several different device-type (see the AI Accelerators section) optimized versions and ensure that it can be deployed to any edge device running the Nx AI manager efficiently. 
Last updated