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

https://github.com/harshoza36/simplefacedetection

A normal FaceDetection app using OpenCv python library and haarcascade
https://github.com/harshoza36/simplefacedetection

face-detection opencv python3

Last synced: 3 months ago
JSON representation

A normal FaceDetection app using OpenCv python library and haarcascade

Awesome Lists containing this project

README

          

# SimpleFaceDetection

![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)

A normal RealTime FaceDetection app using OpenCv python library.

We use CascadeClassifier which comes from ```https://github.com/Itseez/opencv/tree/master/data/haarcascades```

Just run the faceDetection.py see the output.