https://github.com/yanukadeneth99/simple-face-recognition
Simple Programme to Recognise your face and draw a bounding box using OpenCV and Haarcascade
https://github.com/yanukadeneth99/simple-face-recognition
face-recognition python
Last synced: 3 months ago
JSON representation
Simple Programme to Recognise your face and draw a bounding box using OpenCV and Haarcascade
- Host: GitHub
- URL: https://github.com/yanukadeneth99/simple-face-recognition
- Owner: yanukadeneth99
- Created: 2022-11-04T14:10:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T14:10:53.000Z (over 2 years ago)
- Last Synced: 2025-01-11T19:30:27.665Z (5 months ago)
- Topics: face-recognition, python
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face Recognition
Simple Face Recognition using OpenCV and Haar Cascade Frontface Library. It draws a bounding box over captured faces by referring pre-trained files.
## Running
Run this by typing `python Capture.py` or `python3 Capture.py`
## Code

## Links
- [Haarcascade Pre Trained](https://github.com/opencv/opencv/blob/master/data/haarcascades)