Face recognition using python and opencv
- This recognizes provided sample face in unknown image and creates bounding boxes around identified face.
Installation requirements
- pip install Pillow
- pip install opencv-python
- pip install face_recognition
8000