Classify Images
Introduction Image classification is employed to identify the primary focus of an image. The Azure AI Custom Vision services allow you to create a model that sorts images according to your specific categories. Image classification is a prevalent issue in computer vision that involves software examining an image to sort it into categories (or classifications). Provision Azure Resources for Azure AI Custom Vision You can create your own computer vision models for object recognition or image categorization using the Azure AI Custom Vision service. Creating an Azure AI Custom Vision solution involves two tasks: Use existing (labeled) images to train an Azure AI Custom Vision model. Create a client application that submits new images to your model to generate predictions. To use the Azure AI Custom Vision service, you must provision two kinds of Azure resource: A training resource used to train your models. This can be: An Azure AI services multi-service resource. An Azure AI Cus...