IMAGE FACE RECOGONITION
Simple python program to detect face in your image.The number of faces in image file is one or more than one program will successfully able to detect the faces in image
Getting Started
Clone/Download this repository and store your test images in 'testimages' in repository
Prerequisites
1.python
download:www.python.org/downloads
2.opencv
pip install opencv-python(root of python site package)
3.numpy
pip install numpy
Running the program
1.Open and run the image_face_recogonition.py
2.In input console enter image path eg. "faceimages/image.jpeg"