From 7922c0307bb53c7fbde6a0f06c3ed3df554df4ae Mon Sep 17 00:00:00 2001 From: Omkar Shidore <35575009+OmkarShidore@users.noreply.github.com> Date: Tue, 7 May 2019 19:39:12 +0530 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07fea0d --- /dev/null +++ b/README.md @@ -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