Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 540 Bytes

Modules:

  1. os
  2. cv2 version 4.1.0 (pip install opencv)
  3. numpy 1.16.1 (pip install numpy)
  4. Pill>>Image 5.2.0 (pip install pillow)

/// How to Use Facial Recognition:

  1. Run Collecter.py to collect user samples
  2. Run modelTrainer.py to train the model on collected samples
  3. Run recognition.py for Facial Recgnition ///

/// Make Sure:

  1. All python files are in the same folder
  2. To remove the collected samples goto 'dataSet' folder (which is created after running collector)
  3. For multiple users run collector.py once per user