All Projects → shubhamkumar27 → Face_recognition_based_attendance_system

shubhamkumar27 / Face_recognition_based_attendance_system

Licence: MIT license
A python GUI integrated attendance system using face recognition to take attendance.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Face recognition based attendance system

Facial-Recognition-Attendance-System
An attendance system which uses facial recognition to detect which people are present in any image.
Stars: ✭ 48 (-31.43%)
Mutual labels:  attendance, face-recognition
Attendance-Portal
We have developed a cutting-edge attendance recorder. Using face recognition, you can easily record attendance and have access to in-depth analysis and a wide range of functionalities. Because of the covid-19 pandemic, stringent guidelines have been established, and precautions must be made to minimise unnecessary physical encounters. As a resul…
Stars: ✭ 20 (-71.43%)
Mutual labels:  face-recognition, attendance-management-system
Attendace management system
In this system we can fill attendance by face recognition
Stars: ✭ 135 (+92.86%)
Mutual labels:  tkinter, face-recognition
Face-Recognition-Class-Attendance-System
基于人脸识别的课堂考勤系统v2.0
Stars: ✭ 129 (+84.29%)
Mutual labels:  attendance, face-recognition
face-attendence
Face Attendance (AWS rekognition)
Stars: ✭ 39 (-44.29%)
Mutual labels:  attendance, face-recognition
Python-Media-Player
Simple Music Player Written in Python And Tkinter
Stars: ✭ 40 (-42.86%)
Mutual labels:  tkinter, python-project
Face-Recognition-Attendance-System
Face Detection | Recognition | Attendance
Stars: ✭ 289 (+312.86%)
Mutual labels:  attendance, face-recognition
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (-10%)
Mutual labels:  face-recognition
SmooFaceEngine
A high-performance demo for face recognition based on DL. (基于深度学习的高性能人脸识别引擎demo)
Stars: ✭ 101 (+44.29%)
Mutual labels:  face-recognition
FaceRecognition PyTorch
Implement Face Recognition Code in PyTorch. Such as SphereFace with A-Softmax.
Stars: ✭ 29 (-58.57%)
Mutual labels:  face-recognition
tukaan
A modern, cross platform Python toolkit for creating desktop GUI applications. Contributors are welcome!
Stars: ✭ 97 (+38.57%)
Mutual labels:  tkinter
PLSC
Paddle Large Scale Classification Tools,supports ArcFace, CosFace, PartialFC, Data Parallel + Model Parallel. Model includes ResNet, ViT, DeiT, FaceViT.
Stars: ✭ 113 (+61.43%)
Mutual labels:  face-recognition
atm-project
file processing project
Stars: ✭ 34 (-51.43%)
Mutual labels:  python-project
Face Recognition
<NOT ACTIVELY MAINTAINED>A light weight face recognition implementation using a pre-trained facenet model
Stars: ✭ 106 (+51.43%)
Mutual labels:  face-recognition
PySimpleGUI
Launched in 2018. It's 2022 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive d…
Stars: ✭ 10,846 (+15394.29%)
Mutual labels:  tkinter
LBCNN
Local Binary Convolutional Neural Network for Facial Expression Recognition of Basic Emotions in Python using the TensorFlow framework
Stars: ✭ 21 (-70%)
Mutual labels:  face-recognition
tic-tac-toe-in-python
Socket-based client-server Tic Tac Toe game in Python developed using TkInter GUI toolkit.
Stars: ✭ 29 (-58.57%)
Mutual labels:  tkinter
InsightFace
复现 ArcFace 论文
Stars: ✭ 22 (-68.57%)
Mutual labels:  face-recognition
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (-60%)
Mutual labels:  tkinter
Open-Manager
如何管理杂乱的电脑桌面和一大堆的浏览器收藏网址?我用python写了一个工具,迅速提高工作效率。
Stars: ✭ 41 (-41.43%)
Mutual labels:  tkinter

Face_recognition_based_attendance_system

A python GUI integrated attendance system using face recognition to take attendance.

In this python project, I have made an attendance system which takes attendance by using face recognition technique. I have also intergrated it with GUI (Graphical user interface) so it can be easy to use by anyone. GUI for this project is also made on python using tkinter.

TECHNOLOGY USED:

  1. tkinter for whole GUI
  2. OpenCV for taking images and face recognition (cv2.face.LBPHFaceRecognizer_create())
  3. CSV, Numpy, Pandas, datetime etc. for other purposes.

FEATURES:

  1. Easy to use with interactive GUI support.
  2. Password protection for new person registration.
  3. Creates/Updates CSV file for deatils of students on registration.
  4. Creates a new CSV file everyday for attendance and marks attendance with proper date and time.
  5. Displays live attendance updates for the day on the main screen in tabular format with Id, name, date and time.

For more information:

https://machinelearningprojects.net/face-recognition-based-attendance-system/

SCREENSHOTS

MAIN SCREEN: Screenshot (9)

TAKING ATTENDANCE: Screenshot (10)

SHOWING ATTENDANCE TAKEN: Screenshot (11)

HELP OPTION IN MENUBAR: Screenshot (12)

CHANGE PASSWORD OPTION: Screenshot (13)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].