- face_recognition
pip install face_recognition
- openCV
pip install opencv-python
- By default, run
python compare_faces.py
, this compares ifimg.jpg
is equal toimg2compare.jpg
- If you want to compare your own faces, run
python compare_faces.py [face_you_want_to_compare.extension] [known_face.extension]