In my flutter application, I want to implement facial recognition feature like this.... The image will be uploaded using image picker and the face in this image should be compared with the images that are already there in firebase. If there are any matches found, all the matching images should be displayed and a success message should be returned.
Is it possible to implement this kind of feature using MLVision in Flutter?
If so, please provide detailed explanation or some sources to learn more about this implementation.
Thank You!!