Detect Faces using Face SDK
Learn to detect a face’s gender, age, and emotions using the Azure Face SDK.
We'll cover the following
Introduction
In this lesson, we’re going to build a script that will detect all the faces present in an image and print the IDs for each face identified. These IDs are used to compare each face for identity verification and face similarity. We’ll explore these things in the coming lessons.
Dependencies
To work with this chapter and run the code snippets on your local machine, you would need the following packages to be installed:
azure-cognitiveservices-vision-face
To learn how to install the packages, please visit the Appendix section.
Implementation
Now let’s see the implementation of this functionality.
Get hands-on with 1200+ tech skills courses.