I'm working on a react native mobile app and we have a requirement to identify a particular person's images from device gallery. Currently I'm using react-native-face-api. It is detecting faces but taking longer execution time. If the gallery has many images it may take hours to complete the iteration. https://github.com/regulaforensics/react-native-face-api
is there any better library available ?