An open API service indexing awesome lists of open source software.

https://github.com/callmemaverick/facedetection

Simple Python program to detect and recognise faces using OpenCV
https://github.com/callmemaverick/facedetection

Last synced: 6 months ago
JSON representation

Simple Python program to detect and recognise faces using OpenCV

Awesome Lists containing this project

README

          

# FaceDetection
Simple Python program to detect and recognise faces using OpenCV.

# Description
### Installation

Download OpenCV package

[OpenCV Installation Guide](https://pypi.org/project/opencv-python/)
`pip install opencv-python`

[
Download Haar cascades XML file for face detection](https://github.com/kipr/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml)