Published June 4, 2024 | Version v1
Journal article Open

Facetrack Attendance System

Description

This study is about making a face recognition attendance system using Python that's easy for anyone to use. We made a simple interface with clear instructions. When users open it, they can upload their picture. The system then checks if their face matches any in the database and marks them present if it does. It also keeps attendance records.

In summary, we've shown that it's possible to make a user-friendly face recognition attendance system with Python. Our system has a simple interface and uses strong libraries like OpenCV and face recognition, making it easy to use and set up.

Files

Facetrack Attendance System -Formatted Paper.pdf

Files (1.6 MB)

Additional details

References

  • 1. Bhise, A., Khichi, R., Korde, A., & Lokare, P. D. (2015). Attendance system using NFC technology with embedded camera on mobile device. International Journal of Advanced Research in Computer and Communication Engineering, 4(2), 350-353.
  • 2. SenthamilSelvi, K., Chitrakala,P(2014). An article discussing a system that marks attendance using face recognition technology, IJCSMC, 3(2).
  • 3. Yadav, D. K., Singh, S., Pujari, S., & Mishra, P. (2015). Fingerprint based attendance system using microcontroller and LabView. International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, 4(6), 5111-5121.
  • 4. Hussain, E., Dugar, P., Deka, V., & Hannan, A. (2014). RFID based student attendance system. In National Conference cum Workshop on Bioinformatics and Computational Biology (pp. 30-32).
  • 5. Documentation for OpenCV, a computer vision library (https://opencv.org).
  • 6. Information about NumPy, a numerical computing library (https://numpy.org).
  • 7. These sources cover different technologies and methods used in attendance tracking systems, including NFC, face recognition, fingerprint scanning, and RFID, as well as the software tools OpenCV and NumPy.