This article will cover the following -

Face API

Add facial recognition capabilities to your app with the Face API. State-of-the-art algorithms detect human faces in images, opening a range of facial capabilities to your apps. Face detection can also identify attributes, including face landmarks (nose, eyes, etc.), gender, age, and other machine-predicted facial features.

Once faces have been identified, the API can check to see if two people in an image or images are the same by using a confidence score, or compare it against a database to see if a similar-looking or identical face already exists. It can also organize similar faces into groups using shared visual traits.

Make facial recognition a key feature of your app with the Face API.

Pre-requisites

Read the following article to create an Azure account and for some basic information about Azure to get started.

Implementation – Create a new Face API

Steps to be followed

Implementation – Access the Face API

Steps to be followed

Happy Learning!