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:
- https://firebase.google.com/docs/ml-kit/detect-faces
- https://medium.com/google-developer-experts/exploring-firebase-mlkit-on-android-introducing-mlkit-part-one-98fcfedbeee0
- https://medium.com/google-developer-experts/exploring-firebase-mlkit-on-android-face-detection-part-two-de7e307c52e0
Thanks