https://github.com/yahia3200/face-detection-with-viola-jones-algorithm
📸 A face detector uses the Viola Jones algorithm implemented with Python.
https://github.com/yahia3200/face-detection-with-viola-jones-algorithm
computer-vision face-detection machine-learning python
Last synced: 12 months ago
JSON representation
📸 A face detector uses the Viola Jones algorithm implemented with Python.
- Host: GitHub
- URL: https://github.com/yahia3200/face-detection-with-viola-jones-algorithm
- Owner: yahia3200
- Created: 2022-02-08T19:22:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T23:09:11.000Z (over 4 years ago)
- Last Synced: 2025-06-06T07:43:06.629Z (about 1 year ago)
- Topics: computer-vision, face-detection, machine-learning, python
- Language: Jupyter Notebook
- Homepage:
- Size: 7.81 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Detection with Viola Jones Algorithm
## Project Description
This is a face detector uses the Viola-Jones algorithm implemented with Python.
The Viola-Jones algorithm is on of the most widely used algorithms for object detection and face detection.
## Results
## References