Image Classifier Using SDK - Creating the Custom Vision Project

Learn to build an Image Classifier using the Azure Custom Vision SDK for Python.

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:

Get hands-on with 1200+ tech skills courses.