Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OmkarShidore authored May 7, 2019
1 parent 15c1e2c commit 7922c03
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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

0 comments on commit 7922c03

Please sign in to comment.