Create computer vision solutions with Azure Cognitive Services
Computer vision is an area of artificial intelligence that deals with visual perception. Azure Cognitive Services include multiple services that support common computer vision scenarios.
Prerequisites
Before starting this learning path, you should already have:
- Familiarity with Azure and the Azure portal.
- Experience programming with C# or Python. If you have no previous programming experience, we recommend you complete the Take your first steps with C# or Take your first steps with Python learning path before starting this one.
Modules in this learning path
With the Computer Vision service, you can use pre-trained models to analyze images and extract insights and information from them.
Azure Video Analyzer for Media is a service to extract insights from video, including face identification, text recognition, object labels, scene segmentations, and more.
Image classification is used to determine the main subject of an image. You can use the Custom Vision services to train a model that classifies images based on your own categorizations.
Object detection is used to locate and identify objects in images. You can use Custom Vision to train a model to detect specific classes of object in images.