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: about 2 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T17:02:44.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T01:13:11.081Z (over 1 year 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.
