Build a Deep Face Detection Model with Python and Tensorflow

#artificialintelligence 

Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-Face, Google FaceNet, OpenFace, Facebook DeepFace, DeepID, ArcFace and Dlib. Experiments show that human beings have 97.53% accuracy on facial recognition tasks whereas those models already reached and passed that accuracy level. The easiest way to install deepface is to download it from PyPI. It's going to install the library itself and its prerequisites as well.