# face-recognizer-android **Repository Path**: yylawiter/face-recognizer-android ## Basic Information - **Project Name**: face-recognizer-android - **Description**: Reatime Face Recognizer on Android - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-21 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Realtime Face Recognizer [![Build Status](https://travis-ci.org/pillarpond/face-recognizer-android.svg?branch=master)](https://travis-ci.org/pillarpond/face-recognizer-android) This sample demonstrates realtime face recognition on Android. The project is based on the [FaceNet](https://arxiv.org/abs/1503.03832). ## Inspiration The project is heavily inspired by * [FaceNet](https://github.com/davidsandberg/facenet) * [MTCNN](https://github.com/blaueck/tf-mtcnn) * [Android LibSVM](https://github.com/yctung/AndroidLibSVM) * [Tensorflow Android Camera Demo](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android) ## Screenshots The code can recognize 5 famous people's faces.[(Source)](https://github.com/pillarpond/facerecognizer/blob/master/app/src/main/assets/label) ![demo1](./demo1.gif) Also, you can add new person using photos. ![demo2](./demo2.gif) ## Pre-trained model from davidsandberg's facenet | Model name | LFW accuracy | Training dataset | Architecture | |-----------------|--------------|------------------|-------------| | [20180402-114759](https://drive.google.com/open?id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-) | 0.9965 | VGGFace2 | [Inception ResNet v1](https://github.com/davidsandberg/facenet/blob/master/src/models/inception_resnet_v1.py) | ## License [Apache License 2.0](./LICENSE)