Real Time Face Detection using Opencv in Python

This repository consist of code implementation for Real Time Face Detection using Opencv in Python. Video input will be taken from webcam and outputs the face detection on screen.
For more inner working understanding.. check out - https://www.mygreatlearning.com/blog/viola-jones-algorithm/

Library

-os
-opencv

Algorithm

Voila Jones Algorithm ( Haar Cascade )

Author

Chirag Malaviya

Reference

opencv python documentations