Skip to content

I have created face recognition system using openCV and numpy library . the project is bascially in two parts 1) collecting samples of your face(Face_Recognition_part1) and 2) Training your model and generating output as Locked(when face does not match) and unlocked (when face match) and face not found(when it could not detect your face)

kemypatel/Face_Recognition_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face_Recognition_System

In this Project i have used openCV library. for installing opencv you can install from this link : https://pypi.org/project/opencv-python/ and we are using Numpy you can install it from : https://pypi.org/project/numpy/

Face_Recognition_part1 :

  In this part we are collecting samples of our face using openCV Library

Face_Recognition_part2:

  In this part we are training a the model and we are making a system which will unlock when our face is matched
  if doesnot match it will lock.
  
  when your system is Unlock you can see in screenshot it shows the confidence how much it is user.

  when your system doesnot recognize your face it will show Locked.

About

I have created face recognition system using openCV and numpy library . the project is bascially in two parts 1) collecting samples of your face(Face_Recognition_part1) and 2) Training your model and generating output as Locked(when face does not match) and unlocked (when face match) and face not found(when it could not detect your face)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages