Python implementation of the face detection using OpenCV classifiers (LBP).
Run:
pip install -e <path to project>
File main.py demonstrates face detection in multiple photos. With the PrepareDataset.py file you can prepare your own photos for training or testing. OpenCV classifiers are located here. It is parsed by OpenCVClassifierParser.