Publishing and Testing the Custom Image Classifier Model
Explore how to publish a trained custom image classifier with Azure Custom Vision and test it using sample images. Understand the process of making your AI model accessible and assessing its accuracy through classification results and confidence scores, preparing it for practical deployment.
We'll cover the following...
We'll cover the following...
In the previous lesson, we’ve created the custom vision project and trained the model using the dataset containing images of hemlock and japanese cherry leaves.
Now, it’s time to publish our model and do a quick test.
Publishing the iteration
Before using the model, we need to publish it so that the model is accessible.
The code snippet mentioned below should be executed only when the training of the model is completed. ...