Description of the environment I have run this project:
- Windows 10 64 bit.
- WAMP server.
- Python 2.7
python plugins requried:
- numpy
- Tkinter
- CV2
- CV and others...
- eigenfaces, reconfaces: Contains the auto generated intermediate data after evaluation.
- face: Contains database of faces and other modules for evaluation
- haarcascades: Contains all the algorithm needed for evaluation (only Face comparison algorithm)
- include, lib, libs, Scripts, share, tcl, tools: Contains built-in python files.
- Main.py: Contains GUI elements. Calls all the other modules using GUI.
- capture_group_image.py: Captures group image
- face.py: performs detection and cropping.
- faceRecognition.py : Performs face recognition.
- facultyLogin.py: Faculty login module using credentials.
- resize.py: Performs image resizing.
NOTE: It is advised to clone this project inside python installed folder.