Skip to content

The repo displays different ways of implementing face recognition

Notifications You must be signed in to change notification settings

jinbo-huang/face-recognition

Repository files navigation

Face recognition using dlib and knn 🙋‍♂️

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)

Usage

  1. Clone this repository
git clone https://github.com/iceman126/face-recognition
  1. Install dlib
Download the source code from dlib website
cd dlib/directory
python setup.py install
  1. Run the code
python create_face_embeddings.py   # create embeddings
python train_model_and_predict.py

About me

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 ⭐!

About

The repo displays different ways of implementing face recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages