FaceNet Android is an on-device face recognition app that performs face recognition by comparing FaceNet embeddings against a vector database. This guide will help you set up and configure the app.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/shubham0204/OnDevice-Face-Recognition-Android/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Download the latest APK from the GitHub Releases page. Alternatively, you can build the app from source:Permissions
When you first launch the app, you’ll need to grant camera permissions. The app cannot function without camera access as it performs real-time face recognition on the camera feed.Next steps
Once you’ve installed the app and granted permissions:- Add faces to the database to create your recognition dataset
- Start recognizing faces in real-time using the camera
- Configure advanced options to optimize performance