• Stars
    star
    426
  • Rank 98,851 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Face Detection | Recognition | Attendance

Face Recognition Attandance System

Recognize The faces And Take Automatic Attandance.

Face Recognition Logo

GitHub

Motivation 😲


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 📋


  • Check Camera
  • Capture Faces
  • Train Faces
  • Recognize Faces & Attendance
  • Automatic Email

Screenshots 📷


Command Line Interface

Command Line Interdace

Checking Camera

Checking Camera

Automail

Automail

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 🔑


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 🚴


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? 📝


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 🐛


This project have some bugs.

  • Student Details: In student details folder the StudentDetails.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 add ID & 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.

Contribute ❤️


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 💖


Thanks to Farhat Tasnim work with me.

Licence 📜


MIT © K.M.H. Mubin

More Repositories

1

Password-based-doorlock-system-in-8051-microprocessor

Password-based door lock system using 8051/PIC microcontroller
C
18
star
2

Python-Projects-with-source-code

Python projects with source code.
Python
10
star
3

kmhmubin

Badass GitHub Profile ReadMe, Dynamic real-time profile update with various stats and my followers.
Python
7
star
4

Hostel-Management-System

This project deals with the problems on managing a hostel and avoids the problems which occur when carried manually
PHP
5
star
5

CPU-Usage-Monitor-App

Display CPU usage app build on electron js.
JavaScript
3
star
6

Tic-Tac-Toe-Java-CLI

Tic-Tac-Toe, also known as noughts and crosses or Xs and Os.It’s meant to be a paper game,but now in computer game in command line.
Java
1
star
7

Face-Detection-React-App

A simple Face Detection React App using image url.
JavaScript
1
star
8

Password-Generator-Desktop-App

Generate Random passwords for websites. Keep yourself secure.
Python
1
star
9

ATM-service-management-system

ATM service management system
C
1
star
10

Face-Detect-React-App-Backend

This is the back end part of Face Detect React App.
JavaScript
1
star
11

Web-Dev-Projects

various website design project using HTML, CSS, JavaScript
HTML
1
star
12

my-linux-customization

My Linux customization for everyday use. Also the daily app use.
1
star
13

Amazon-Prices-Tracker

It will track amazon prices from amazon website.
Python
1
star
14

Travel-Management-System

Travel Management system is a powerful software which is based on Java.
Java
1
star
15

Wanderlust-Bangladesh

Wanderlust Bangladesh is a travel guide website. Travel information to inspire global travellers. From cities to airports, cruise ports to ski and beach resorts, attractions to events, our guides provide all you need.
PHP
1
star
16

frequency-words-in-english-to-bangla-list

high-frequency words is based on five different educational lists ranking the most common words in children's literature, 20th century newspapers and correspondence, and ESL vocabulary instruction.
1
star