Skip to content

Latest commit

 

History

History

face_detection

To run this:

  • pip3 install -r requirements.txt
  • If you want to detect faces in a sample image like kids.jpg, run face_detection.py script that generated another image kids_detected.jpg which contains rectangles around detected faces.
  • If you want to detect faces in your live cam, run live_face_detection.py