I am constructing a React Native app that should group pictures by acknowledged faces much like how iOS Photographs app organizes photos in its “Individuals” part. I need to:
Detect faces in pictures from the gadget gallery
Group pictures by acknowledged people
Enable customers to call/tag individuals
Present a UI much like iOS the place you’ll be able to browse pictures by individual
What I’ve tried to date:
https://github.com/a7medev/react-native-ml-kit
https://github.com/infinitered/react-native-mlkit
https://github.com/tensorflow/tfjs
Key questions:
What’s the most effective strategy to implement offline face recognition and grouping in React Native?
How can I entry or replicate the iOS Individuals album performance if the native APIs do not expose it?
What are the efficiency concerns when processing giant picture libraries?