I'm looking about implementing MLKit face recognition library in my Android App. The only thing that I can't understand is if it's possible and how can I compare two photos and detect if they are the same person. I've read these guides:
Thanks
ML Kit detects face contours, but does not recognize faces. So it can't determine whether two detected faces are of the same person.