Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 289 Bytes

Face Recognition

Face recognition example in Python using HaarCascade and Pickle.

How to use

  1. Run python dataset.py.
  2. After the training ends, run main.py to see the results in the web browser in localhost:3000.
  3. Or, run image.py to recognise the faces in the image folder.