Face Compare

The Face Compare module performs 1:1 facial verification, allowing you to compare two face images to determine if they belong to the same individual. It is ideal for use cases such as identity verification, user onboarding, and authentication workflows.

The module returns a clear match/no match result based on a defined confidence threshold.

A threshold of 0.8 is a good indicator for matches, especially when the two images are taken under similar conditions and not many years apart. If the images vary significantly in lighting, angle, or age, a slightly lower threshold may be recommended (i.e. 0.75).

Face compare

Faces matched
Faces not matched

Last updated