Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.19 KB

File metadata and controls

42 lines (26 loc) · 1.19 KB

Face Detection, Training and Recognition

Develop the application for face detection, training and recognition using python.
Application is used OpenCV-Python library to face detection, training and recognition.
In this application, you are trained the faces using given name and recognise the faces.

Prerequisites

Python https://www.python.org/downloads/

Python libraries

  • cv2          pip install opencv-python
  • numpy     pip install numpy
  • pickle       pip install pickle5
  • PIL            pip install Pillow
  • tkinter      pip install python-tk

Method

First, clone or download the source code from github

Then, go to the root directory and type python UI.py

After, train and recognise faces 👍.

Screenshots

Home Window

Home Window

Face Training Window

Face Training Window

Face Training Window

Face Recognition Window

Face Recognition Window