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