Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ankitpundir7/face-detection-system

This Project is able to detect human faces in photos, videos and real-time. Duration : (Dec 2022- Jan 2023)
https://github.com/ankitpundir7/face-detection-system

cv2 haar-cascade haar-cascade-classifier machine-learning machine-learning-algorithms opencv python

Last synced: 2 days ago
JSON representation

This Project is able to detect human faces in photos, videos and real-time. Duration : (Dec 2022- Jan 2023)

Awesome Lists containing this project

README

        

The face detection system has been able to successfully detect faces in the input images. The system uses the OpenCV library and a pre-trained Haar Cascade classifier to detect faces in an image. The bounding boxes around the detected faces are then drawn on the image to highlight the detected regions.
![image](https://github.com/user-attachments/assets/32399368-947a-444d-9456-a0b04993360a)