I have trained a cloud image model with a set of images, I want to use this model to make a mobile app through MIT App Inventor 2. Please suggest how to do this.
Hello,
According to this MIT App Inventor response you can use an exported model that has a format compatible with Tensorflow.js.
Please find here how to export your model in a TensorFlow.js format with AutoML Vision Edge and further details about building and deploying TensorFlow.js models with AutoML here.