Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 365 Bytes

File metadata and controls

2 lines (2 loc) · 365 Bytes

face_detection

This repository contains a Python-based project that demonstrates how to use the OpenCV library to detect faces in images and video streams. It makes use of OpenCV's Haar Cascade Classifier, a popular algorithm for object detection. The project is designed to help beginners understand the basics of computer vision and face detection algorithms.