Skip to content

AquamanRanda/face-detectionOpenCV-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

face-detectionOpenCV-Python

Clone the repo:

  git clone https://github.com/AquamanRanda/face-detectionOpenCV-Python.git

make sure to create 2 directories dataset and trainer

  mkdir dataset
  mkdir trainer

Install OpenCv in Python -

  pip install opencv-contrib-python

Step 1: Add your face to the database by running

    python face_dataset.py 

Step 2: Train your data by running

     python face_training.py 

Step 3: Detect your face by running

     python face_detect.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages