kmhmubin / Face-Recognition-Attendance-System

Face Detection | Recognition | Attendance
MIT License
484 stars 184 forks source link
attendance attendance-system automail camera cli csv face-detection face-recognition haar-cascade haar-cascade-classifier lbph numpy opencv pandas pillow pycharm python python3 shutil-python yagmail

Face Recognition Attandance System

Recognize The faces And Take Automatic Attandance. :sparkles:

Face Recognition Logo

GitHub

Motivation :astonished:


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.

Features :clipboard:


Screenshots :camera:


Command Line Interface

Command Line Interdace

Checking Camera

Checking Camera

Automail

Automail

Tech Used :computer:


Build With -

Module Used -

All The Module are Latest Version.

Face Recognition Algorithms -

Software Used -

Installation :key:


Download or Clone the project

First Download or Clone the Project on Your Local Machine.To download the project from github press Download Zip

Download 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.git

demo

Git clone

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. How to create Virtual Enviroment ]

Installing the packages


After creating the enviroment on your project let's install the necessary packages.

pip isntall demo

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. ]

Test Run :bicyclist:


After creating the enviroment and installing the packages, open the IDE terminal/command line to run the program. Using the code below.

py main.py

Here is a demo to run the program. I'm Using the Pycharm IDE in my demo.

Test Run

How To Use? :pencil:


If you want to use it just follow the steps below.

  1. First download or clone the project
  2. Import the project to your favourit IDE
  3. Create an python enviroment
  4. Install all the packages
  5. Change the mail information
  6. Run the project using the command line or your IDE Run Button

Known Bugs :bug:


This project have some bugs.

Contribute :heart:


If you want to contribute in this project feel free to do that. A contribution guideline will be a big help.

Thanks you, for contributing.

Credits :sparkling_heart:


Thanks to Farhat Tasnim work with me.

Licence :scroll:


MIT © K.M.H. Mubin