This project involves Face Detection using Haar Cascade classifier.
Also installation of CV2 package necessary for code to run.
For installing CV2 You can install it in either the command prompt or the Anaconda distribution
pip install opencv-python
conda install -c conda-forge opencv
Download the classifiers mentioned above and keep it in the same folder as the code. Then you can run the code directly without making any changes.
- Rajaram Sivaramakrishnan - raja1196
This project is licensed under the MIT License - see the LICENSE.md file for details