Search⌘ K
AI Features

Image Classifier Using SDK - Uploading and Training the Model

Understand how to upload images with tags to an Azure Custom Vision project and train a custom image classifier model using the SDK. This lesson guides you through reading image files, assigning tags, uploading batches, and initiating model training, including tracking training status for building a functional image classification solution.

Let’s continue the implementation part. Just to recap, in the previous lesson, we’ve created the training and prediction client objects. We’ve also created a project and added the two image tags that we’re interested in.

Now, we’re going to upload the images with their tags to our Custom Vision ...