arnavdutta / Face-Detection-Recognition

This is a simple face detection and recognition script used to detect the face and create a bounding circle around it and also label it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Face Detection and Recognition

Packages used:

  1. opencv-contrib-python
  2. opencv-python==4.1
  3. numpy
  4. os
  • Here Haar Cascade method is used for Face Detection and Local Binary Pattern Histogram method (LBPHFaceRecognizer_create()) function is used to recognise the face.

About

This is a simple face detection and recognition script used to detect the face and create a bounding circle around it and also label it.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%