Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 955 Bytes

Introduction

This project aims to implement and optimize Haar Machine Learning model for Face recognition application I would like to thank OpenCV library for helping me implement the model.

Running scripts

  • Face Detection : python face_detect.py [nameOfYourPictureFile]

  • Live Cam: python webcam_detect.py

Link face with personal data in sqlite Database

  1. python dataSetGeneratorCam.py (to enter your live face as well as the ID and name )
  2. python dataSetGeneratorPics.py (enter face picture)
  3. python face-recognition-trainer.py (train the dataset of different faces)
  4. python face-recognition-detector.py (write name of the face detected )

Documentation

If you want to understand how the code works, the details are here: