Complete face-detection app using Python and the OpenCV module.
Detects faces in a video stream (webcam, but can be extended/modified to read video input from several other sources) of all complexions in a variety of lighting conditions.
Feel free to clone, use, modify, or create pull requests.
Ensure you have the latest version of Python installed. Go to https://python.org/downloads to download the latest release for your local computer.
$ git clone git@github.com:Harsh-Thanki/img_recognize.git$ pip install requirements.txt$ python main.py