In this project, we use learning based model to extract face features and to recognize who you are. Also, we create an elegant user interface in order to provide a good user experience. By interacting with our UI, you can add/remove your face in our database.
Please download FaceNet pretrained model from here, extract and put it in CVFinal/pretrained_models/FaceNet/
Run Face recognition :
python3 Top.py
Register identity face :
Remove identity face :
MIT