Skip to content

glennford49/face_recognition_haarcascade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition

USAGE:

BROWSER FACE RECOGNITION : https://youtu.be/pV53F51QXyU must run succesfully the face recognition standard below

##############################################

FACE RECOGNITION STANDARD:

  1. Instructions: https://youtu.be/teoixQbN51s

  2. RUN preprocessing.py #when adding a class or person to be recognized

    In raspberrypi / linux , click terminal and type:

     python3 preprocessing.py
    

    In windows click cmd and type :

     python3 preprocessing.py
    
  3. RUN face_recog.py # for realtime face recognition

    In raspberrypi / linux , click terminal and type:

     python3 face_recog.py
    

    In windows click cmd and type :

     python3 face_recog.py
    

Note : This can also be run in any raspberrypi board ,recommended ,a raspberrypi 3 and above

Enjoy!

Requirement :

Make sure you have install pip on your system.

  1. Opencv # on your terminal / cmd type:

    pip3 install opencv-contrib-python

  2. Flask

     pip3 install flask
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages