Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to use trained vision model in App Inventor

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.

0 1 406
1 REPLY 1

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