This repository contains lab-ready code samples for implementing Computer Vision solutions with Azure AI services. These labs are designed to support learning objectives for the Microsoft AI-102 certification.
- Image Analysis: Analyze images using Azure AI Vision.
- Custom Vision: Train and deploy your own image classifier.
- Face API: Detect and verify faces in images.
- OCR: Extract printed and handwritten text from images.
- Responsible AI: Integrate content moderation and safety practices.
Each folder contains a minimal working script. Before running, make sure to:
- Replace placeholders (
<your_endpoint>,<your_key>, etc.) with actual credentials. - Install required SDKs with
pip install azure-cognitiveservices-vision-*.
MIT License