Face detector Implemented a face detector using OpenCV. Detect all the faces using your webcam. Requirements numpy opencv>=3.3.0 (Do you know you can install OpenCV using pip install opencv-contrib-python? Check it out here ) Run python main_camera.py Demo TODO Detectors Cascade Classifier OpenCV DNN Face Detector