This program is useful for detecting faces and eyes in a picture. In this example, I have taken an image of Lionel Messi from FC Barcelona.
You can install opencv using the following -
For mac:
brew install opencv3
For windows:
pip install opencv-python