Skip to content

Develop the application for face detection, training and recognition using python. Application is used OpenCV-Python library to face detection, training and recognition.

Notifications You must be signed in to change notification settings

Sathveegan/Face-Detection-Training-and-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Develop the application for face detection, training and recognition using python. Application is used OpenCV-Python library to face detection, training and recognition.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages