Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 284 Bytes

face_recognition_py

Face recognition using python and opencv

  • This recognizes provided sample face in unknown image and creates bounding boxes around identified face.

Installation requirements

  1. pip install Pillow
  2. pip install opencv-python
  3. pip install face_recognition