/PGA13-Face-Dection

this project is used to train LBPH model for face recognition and haarcasde for detection

Primary LanguagePython

Face Detectioin and Recoggnition

This project is used to collect user face images and will train the LBHPH face classifier model then based on video feed from web cam will show the msg if train user is identified

step 1: create faces folder

step 2: run below to collect user data

python colloect_data.py

step 3: Run below file to detect user

python detect.py

pip freeze > requirments.txt

python