A minimalistic Face Recognition module which can be easily incorporated in any Android project.
- Fast and very accurate.
- No re-training required to add new Faces.
- Save Recognitions for further use.
- Real-Time and offline.
- Simple UI.
- Android Studio (Java)
- CameraX
- ML Kit
- TensorFlow Lite
- MobileFaceNet : Research Paper
- Implementation
Use Import from Version Control in Android Studio or Clone repo and open the project in Android Studio.
git clone https://github.com/atharvakale31/Face_Recognition_Android.git
Application file : Face_Recognition.apk
1.Add Face | 2.Import Face | 3.Recognize Face |
Actions | View Recognitions | Update Recognitions |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Improve Performance(Code Optimization)
- Auto face orientation for Import Photo Action.
- iOS application