Skip to content

thecodacus/Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OpenCV Face Recognition in Python

Face Recognition tutorial refference for http://thecodacus.com

Prerequisites

  • Python 3.6.4
  • OpenCV 3.4.1 or opencv-contrib-python 4.0
  • Numpy
  • Pillow

Installing

  • Create an empty Folder named "dataSet" in the same directory where the python scripts are
  • Create an empty folder called trainer In same directory

Running the tests

  • run the dataSetGenerator.py and enter a unique id to create face samples with your face
  • run trainer.py
  • run detector.py

Authors

About

Face Recognition tutorial code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages