A small program to detect human faces from webcam stream using OpenCV. It uses pre trained HAAR Cascade classifier, Python and OpenCV library.
I also implemented it in that manner so that the rectangle which detects the face, it's color vary into 16000000+ colors.
NOTE: Keep the HAAR cascade XML file and the python file in the same directory.