Python code for detecting face (and other features) by openCV and cascade classifier.
Tools used:
- Pycharm Community Edition 2019.3.1
Languages used:
- Python 3.8
Steps to Install:
- Open any file in IDE or Create Virtual Environment
- Install libraries numpy and opencv by "pip install opencv-python"
- Run.