Face Detector
This repository contains a module to detect faces in real-time. This face detection module is built using Deep Neural Network. Its built using OpenCV and pre-trained caffemodel.
The caffemodel and its prototxt are availabe in seperate directories.
To run this module type " python face_detection.py " in your terminal or command prompt.
To end the execution you need to click escape key
REQUIREMENTS:
- OpenCV 3.3 or greater
- imutils