snehmehta / face_recognition

Recognition of face from live webcam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face_recognition

Recognition of face live from webcam

Methodology

  • Haar cascade to detect face in frame
  • OpenCV's LBPHFaceRecognizer to recognized face

Steps to produce Result

  • Clone entire repository
  • Goto folder in which cloning is done

Create a folder named as "image" Your image folder should like.. sc1

  • Goto cmd/powershell type

python face_rec_cv.py

  • After execution completed type following command

python face_det_cv.py

  • Volaa !!

Video

Watch Youtube video on link: https://youtu.be/zhaJdgAmnPE

About

Recognition of face from live webcam


Languages

Language:Python 100.0%