A python project based on opencv. This project detects the faces and generates an attendance report automatically. Supports for python 3.6
-
Install opencv using command "pip install opencv-python"
-
Install numpy using command "pip install numpy"
-
More the trained images, more is the accuracy.
To increse the no.of images to be scanned:
Increse the number, at line 22 in "face_scanner.py"
-
In "faceDetector.py", increse and change the id's based on your data.
-
Run the "main.py"