Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ankitpundir7/face-detection-system
- Owner: AnkitPundir7
- Created: 2024-07-25T13:55:42.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T17:02:44.000Z (4 months ago)
- Last Synced: 2024-07-25T20:01:36.148Z (4 months ago)
- Topics: cv2, haar-cascade, haar-cascade-classifier, machine-learning, machine-learning-algorithms, opencv, python
- Language: Python
- Homepage:
- Size: 70.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)