Skip to content

fakherhannafi/faceDetection

Repository files navigation

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:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages