Modules:
- os
- cv2 version 4.1.0 (pip install opencv)
- numpy 1.16.1 (pip install numpy)
- Pill>>Image 5.2.0 (pip install pillow)
/// How to Use Facial Recognition:
- Run Collecter.py to collect user samples
- Run modelTrainer.py to train the model on collected samples
- Run recognition.py for Facial Recgnition ///
/// Make Sure:
- All python files are in the same folder
- To remove the collected samples goto 'dataSet' folder (which is created after running collector)
- For multiple users run collector.py once per user