Face recognition Attendance System
This project is basically coded using python. It marks the attendance of the student by recognising the face of the student.
Features ๐ Check Camera Capture Faces Train Faces Recognize Faces & Attendance Automatic Email
Tech Used ๐ป
Build With - Python 3.7 Module Used - All The Module are Latest Version. OpenCV Contrib 4.0.1 Pillow Numpy Pandas Shutil CSV yagmail
Face Recognition Algorithms -
Haar Cascade LBPH (Local Binary Pattern Histogram)
Software Used -
Pycharm 2019.2 VS CODE Git
Installation ๐ After download, Open the project using Pycharm or VSCODE. Then we have to create an python enviroment to run the program.
create enviroment First open the terminal or command line in the IDE.Then write the following code.
python -m venv env
Then activate the enviroment using the code below for windows.
.\env\Scripts\activate
Notice: If your pc don't have virtual enviroment or pip install the follow this link. (https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) ]
Installing the packages After creating the enviroment on your project let's install the necessary packages.
To install those package open the terminal or command line and paste the code from below
pip install opencv-contrib-python
pip install numpy
pip install pandas
pip install Pillow
pip install pytest-shutil
pip install python-csv
pip install yagmail
[ **Notice: During the package installization, sometime it shows some error, to avoid those error you can install those packages as admin. ]
After creating the enviroment and installing the packages, open the IDE terminal/command line to run the program. Using the code below. python main.py