/Real-time-multi-face-recognition

A real-time multi-face recognition system that employs OpenFace

Primary LanguageJupyter Notebook

Real-time-multi-face-recognition

The goal of this project is to build a system that can detect and identify all people whose faces are presented in a picture or real-time captured video.

The project utilizes Dlib and OpenCV for image processing and face extraction, and the CNN from the OpenFace project. For more detailed, please take a look at the jupyter notebook.

If github fails to display the notebook, you can see the online rendered version here

Build Docker Image

docker build -t fr-multi-face-py .

Run Docker Container

docker run -it -v `pwd`:/app/ -p 8888:8888 --net=host fr-multi-face-py:latest bash