- Notifications
You must be signed in to change notification settings - Fork196
Face Detection | Recognition | Attendance
License
kmhmubin/Face-Recognition-Attendance-System
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
We seek to provide a valuable attendance service for both teachers and students. Reduce manual process errors by provide automated and a reliable attendance system uses face recognition technology.
- Check Camera
- Capture Faces
- Train Faces
- Recognize Faces & Attendance
- Automatic Email
Build With -
- Python 3.7
Module Used -
All The Module are Latest Version.
Face Recognition Algorithms -
Software Used -
First Download or Clone the Project on Your Local Machine.To download the project from github pressDownload Zip
or
You can clone the project with git bash.To clone the project using git bash first open the git bash and write the following code
git clone https://github.com/kmhmubin/Face-Recognition-Attendance-System.gitdemo
After download, Open the project usingPycharm or VSCODE. Then we have to create an python enviroment to run the program.
First open the terminal or command line in the IDE.Then write the following code.
python -m venv envThen 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.How to create Virtual Enviroment ]
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-pythonpip install numpypip install pandaspip install Pillowpip install pytest-shutilpip install python-csvpip 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.
py main.pyHere is a demo to run the program. I'm Using the Pycharm IDE in my demo.
If you want to use it just follow the steps below.
- First download or clone the project
- Import the project to your favourit IDE
- Create an python enviroment
- Install all the packages
- Change the mail information
- Run the project using the command line or your IDE Run Button
This project have some bugs.
Student Details: In student details folder theStudentDetails.csv file don't have ID & name column.This problem show when the program run first time and create the StudentDetails.csv file automatically. To soleve the problelm just open the file and addID & Name Column in the file and save it.- Auto Attachment: This is not a problem actually. The problem is before sent auto mail we have to manually change the file name. I tried to automate the attachment but i faild.
If you want to contribute in this project feel free to do that. Acontribution guideline will be a big help.
Thanks you, for contributing.
Thanks toFarhat Tasnim work with me.
MIT ©K.M.H. Mubin
About
Face Detection | Recognition | Attendance
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.







