How to Use Google ML Kit for Grouping Images of the Same Person in Android?
I’m developing an Android application and need to group images that contain the same person’s face. I plan to use Google ML Kit for face detection and recognition, but I’m not sure how to implement the logic for comparing faces and grouping them.