A light weight example demonstrates facial recognition with dlib. The code is based on dlib official examples and How to Develop a Face Recognition System Using FaceNet in Keras tutorial
The dataset used in this project is made by Dan Becker and is available on Kaggle. (a Kaggle account is required to download the dataset)
- Clone this repository
git clone https://github.com/iceman126/face-recognition
- Install dlib
Download the source code from dlib website
cd dlib/directory
python setup.py install
- Run the code
python create_face_embeddings.py # create embeddings
python train_model_and_predict.py
Feel free to add me as a linkedin connection. 👉Link👈
If you think this repo is helpful to you, you can show your support by giving it a ⭐!