Skip to main content

Posts

Detect and Analyze Faces with Azure AI

The ability to detect and analyze human faces is a core AI capability. In this exercise, you'll explore two Azure AI Services that you can use to work with faces in images: the   Azure AI Vision   service, and the   Face   service. Important : This lab can be completed without requesting any additional access to restricted features. Note : From June 21st 2022, capabilities of Azure AI services that return personally identifiable information are restricted to customers who have been granted  limited access . Additionally, capabilities that infer emotional state are no longer available. For more details about the changes Microsoft has made, and why - see  Responsible AI investments and safeguards for facial recognition . Clone the repository for this course If you have not already done so, you must clone the code repository for this course: Start Visual Studio Code. Open the palette (SHIFT+CTRL+P) and run a  Git: Clone  command to clone the  ht...