Publishing and Testing the Custom Image Classifier Model
Learn to build an Image Classifier using the Azure Custom Vision SDK for Python.
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.
Get hands-on with 1200+ tech skills courses.