face-recognitionEasy Playground

Simple face recognition library built on dlib

Getting started with face-recognitionRun locally
Install
pip install face-recognition
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: face_recognition)

face-recognition is a third-party package. Simple face recognition library built on dlib. Install with: pip install face-recognition

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?