Search⌘ K
AI Features

Image Classifier Using SDK - Creating the Custom Vision Project

Explore how to create a custom vision project using the Azure SDK to classify images into two plant species categories. Learn to set up training and prediction clients, manage API credentials, and add tags for image classification.

Introduction

In this lesson, we’re going to build an image classifier that will classify the images into two categories. The images are of two types of plant species. The two categories are:

  • Hemlock
  • Japanese Cherry

Dependencies

To work with this chapter and run the code snippets on your local machine, you would need the following packages to be installed:

  • azure-cognitiveservices-vision-customvision

To know how to install the packages, please visit the Appendix section.

Dataset

You can download the dataset that we are going to use by clicking the download button below:

Hemlock.rar
Japanese_Cherry.rar
Test.rar

Once you download these datasets, then extract the ZIP files ...