Implementing Image Classification by Using the Azure Custom Vision Service
Difficulty: Intermediate
Duration: 1 minute and 45 seconds
Students: 647
Rating: 4.3/5
This lesson explores the Azure Custom Vision service and how you can use it to create and customize vision recognition solutions. You'll get some background info on what the service is before looking at the various steps for creating image classification and object detection models, uploading and tagging images, and then training and deploying your models.
Learning Objectives
- Use the Custom Vision portal to create new Vision models
- Create both Classification and Object Detection models
- Upload and tag images according to your requirements
- Train and deploy the configured models
Intended Audience
- Developers or architects who want to learn how to use Azure Custom Vision to tailor a vision recognition solution to their needs
Prerequisites
To get the most out of this lesson, you should have:
- Basic Azure experience, at least with topics such as subscriptions and resource groups
- Basic knowledge of Azure Cognitive Services, especially vision-related services
- Some developer experience, including familiarity with terms such as REST API and SDK
Covered Topics