Find Similar Faces using Face SDK
Learn to find similar faces of a person from an image using the Face SDK.
We'll cover the following
Introduction
In this lesson, we’re going to find similar faces from images. First, we’ll try to find out the Face ID of a person from an image. Then, we’ll find out the Face IDs for persons from a group photo and try to see whether the Face API is detecting a similar face or not.
Implementation
We’ll start the implementation in a step by step manner. First, we’ll get the Face ID for a single face image. Then we’ll get the Face IDs from a multi-face image and then try to get the similar faces from both images.
Getting the face ID for a single face
The code snippet to extract the Face ID is similar to one we’ve already discussed in our previous lessons.
Get hands-on with 1200+ tech skills courses.