I am building an android app which will authenticate user with AWS Rekognition facial verification. The app might be running in remote areas where internet and cellular connectivity are not available.
It it possible to pre-download all the face metadata stored in AWS and perform facial verification offline in the android app?
It's not possible to run Amazon Rekognition's logic locally on your device.
When the device is offline, you could use Firebase ML Kit, or TensorFlow Lite.