Python-based face recognition program that is able to detect a face or even faces from images and from videos.
this program is a work in progress
The haarcascade files have been downloaded from here.
Both image files have been downloaded from Pexels.
Artist:
sample-image1 is by Marcelo Chagas
sample-image2 is by Ash Valiente
- Recognize faces in images.
- Recognize faces in videos (live or otherwise)
- Adjust the resolution of output depending on your screen resolution
openCV
- Use
pip install opencv-python
to install openCV
openCV returns image files in numpy arrays