• Stars
    star
    252
  • Rank 156,101 (Top 4 %)
  • Language
    HTML
  • Created about 3 years ago
  • Updated about 1 year ago

Reviews

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

Repository Details

Attendance Management system using face recognition.

Project Logo

Attendance Management System Using Face Recognition 💻

Link To Presentation

This project involves building an attendance system which utilizes facial recognition to mark the presence, time-in, and time-out of employees. It covers areas such as facial detection, alignment, and recognition, along with the development of a web application to cater to various use cases of the system such as registration of new employees, addition of photos to the training dataset, viewing attendance reports, etc. This project intends to serve as an efficient substitute for traditional manual attendance systems. It can be used in corporate offices, schools, and organizations where security is essential.

This project aims to automate the traditional attendance system where the attendance is marked manually. It also enables an organization to maintain its records like in-time, out time, break time and attendance digitally. Digitalization of the system would also help in better visualization of the data using graphs to display the no. of employees present today, total work hours of each employee and their break time. Its added features serve as an efficient upgrade and replacement over the traditional attendance system.

Scope of the project 🚀

Facial recognition is becoming more prominent in our society. It has made major progress in the field of security. It is a very effective tool that can help low enforcers to recognize criminals and software companies are leveraging the technology to help users access the technology. This technology can be further developed to be used in other avenues such as ATMs, accessing confidential files, or other sensitive materials. This project servers as a foundation for future projects based on facial detection and recognition. This project also convers web development and database management with a user-friendly UI. Using this system any corporate offices, school and organization can replace their traditional way of maintaining attendance of the employees and can also generate their availability(presence) report throughout the month.

The system mainly works around 2 types of users

  1. Employee
  2. Admin

Following functionalities can be performed by the admin:
• Login
• Register new employees to the system
• Add employee photos to the training data set
• Train the model
• View attendance report of all employees. Attendance can be filtered by date or employee.

Following functionalities can be performed by the employee:
• Login
• Mark his/her time-in and time-out by scanning their face
• View attendance report of self

Face Detection

Dlib's HOG facial detector.

Facial Landmark Detection

Dlib's 68 point shape predictor

Extraction of Facial Embeddings

face_recognition by Adam Geitgey

Classification of Unknown Embedding

using a Linear SVM (scikit-learn)

Documentation 📰

This folder contains all the related documents with UML Diagrams.

How To Run ?

  • clone it on your computer
  • make a separate python virtual environment or use the default one already installed on your machine
  • Download this file
  • put it inside \Attendance-System-Using-Face-Recognition\face_recognition_data directory
  • run pip install -r requirements.txt inside \Attendance-System-Using-Face-Recognition directory
  • Run python manage.py runserver inside \Attendance-System-Using-Face-Recognition directory to run the project
  • Enjoy !

UI 💻

Presentation 🎓

Link To Presentation


if (youEnjoyed) {
    starThisRepository();
}

Thank You

More Repositories

1

Inventory-Management-System

The site is live on the Azure platform.
C#
28
star
2

Project-Management-System

This project is a fully functional and user interactive online tool which can enhance and help various project management users to manage and compile their work efficiently and productively
HTML
9
star
3

WCF-ChatApplication

Multi User WCF Chat Application
C#
7
star
4

Readers_Writers_Problem

Reader Writers problem ( Readers have priority). Reader Writers problem ( Writers have priority ).
C
3
star
5

Project-Management-System-Server-Client-

TypeScript
3
star
6

Microprocessor_Fundamentals_and_Programming_Lab_Tasks

Microprocessor Fundamental and Programming subject lab tasks sem 5.
Assembly
3
star
7

general-repo-template

Template Repo.
3
star
8

Advance_Algorithms_Lab_Tasks

Advance Algorithms subject lab tasks sem 5.
C++
2
star
9

SDP_Online_Assessment_System

SDP Project Sem 6.
HTML
2
star
10

CSI-Website

HTML
1
star
11

Bankers-Algorithm

solution of Banker's algorithm in operating system.
C
1
star
12

nevilparmar11.github.io

Github Portfolio.
HTML
1
star
13

Kranti-flutter-app

Dart
1
star
14

Linux_Shell

Linux Shell in C.
C
1
star
15

dduconnectposts

json file to fetch the data.
1
star
16

webscrapping

Web scrapping tool built in selenium and BeautifulSoup.
Python
1
star
17

Calculator-node

Basic calculator in node.
HTML
1
star
18

HTML-Parser

Parses Egov marks table for internal and external from the page source code.
HTML
1
star
19

videochat-socket-app

Peer to peer video calling application.
JavaScript
1
star
20

Sleeping-Barber-and-Dining-Philosophers

Sleeping Barber Problem & Dining Philosopher Problem solutions.
C
1
star
21

dduconnect-java

dduconnect's app built in java.
Java
1
star
22

CE_092_Nevil

WDDN Lab Assignments Submission. The site is live on the Azure platform.
C#
1
star
23

Resino

HTML
1
star
24

Operating_System_Lab_Tasks

Operating System subject lab tasks sem 5.
C
1
star
25

ISO-Management-System-SE-Project

The system is made using servlets and jsp as a part of SE project.
Java
1
star
26

instaclone

Instagram Clone.
Dart
1
star
27

wonderweb-portal

Portal to find the cost of your code.
HTML
1
star
28

Website-Timer

This timer is made for Felicific 2020 using html.CSS and Javascript.
HTML
1
star
29

dduconnect-react

DduConnect's official app.
JavaScript
1
star
30

Producer_Consumer_Problem_Using_Semaphores

A solution of bounded buffer producer consumer problem using semaphores.
C
1
star
31

Music_Sharing_Site_PHP

This site is made using PHP as a part of DM project.
PHP
1
star
32

nevilparmar11

1
star
33

Resino-mirror-repo

1
star
34

csiddu-app

This app is made using flutter for CSIDDU student branch. Students of Dharmsinh Desai University can register for the upcoming events and workshops organized by CSI on this app . Also some useful features are provided like Marks Predictor to boost their academic result.
Dart
1
star
35

WebAPI-SignalR-ChatApplication

WebAPI + SignalR Multiuser Chat Application.
JavaScript
1
star
36

CSI-App

This app is made using flutter for CSIDDU student branch. Students of Dharmsinh Desai University can register for the upcoming events and workshops organized by CSI on this app . Also some useful features are provided like Marks Predictor to boost their academic result.
Dart
1
star
37

Music_Sharing_Site

Music sharing site made in django as a part of SP project . Visit http://ctkmusic.herokuapp.com/
Python
1
star