An open API service indexing awesome lists of open source software.

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

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

![Code](https://i.imgur.com/2sS5ZcM.png)

## Links

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