https://github.com/callmemaverick/facedetection
Simple Python program to detect and recognise faces using OpenCV
https://github.com/callmemaverick/facedetection
Last synced: 6 months ago
JSON representation
Simple Python program to detect and recognise faces using OpenCV
- Host: GitHub
- URL: https://github.com/callmemaverick/facedetection
- Owner: CallMeMaverick
- Created: 2023-07-18T06:43:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T06:58:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T23:44:31.785Z (over 1 year ago)
- Language: Python
- Size: 979 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FaceDetection
Simple Python program to detect and recognise faces using OpenCV.
# Description
### Installation
Download OpenCV package
[OpenCV Installation Guide](https://pypi.org/project/opencv-python/)
`pip install opencv-python`
[
Download Haar cascades XML file for face detection](https://github.com/kipr/opencv/blob/master/data/haarcascades/haarcascade_frontalface_default.xml)