Simple Face Detection & Eye Detection Using OpenCV
Works on Python 2.7.x and above and also on 3.x.x
OpenCV 2 or OpenCV 3
First extract it and make sure that all files are in same floder Open the face.py in Pycharm or spyder or and other idle and run it. For Anaconda command line Run: Change the directory where face.py is extracted type command python "face.py" to run it.Press "escape(ESC)" to stop executing face.py
Open Anaconda Terminal and type command "conda install opencv"