Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 442 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 442 Bytes

Facerecognition

Simple Face Recognition System

This was made as our major project during my final year in Diploma.

Steps

  1. Download the project on your local system
  2. Make sure you have python3.6 or above.
  3. Install python OpenCV package using pip.
  4. Then run the following files in the following order.
  • Run dataset.py to scan your face
  • Then train the data by running training.py
  • Run recognize.py to identify the face.