GitHunt
IN

include-us/Face-Mask-Detection-Attendance-System

It is a basic attendance system based on GUI and marks attendance only if the mask is detected and uses SQLite database. It is under development.

Face Mask Detection And Attendance System

It is a basic attendance system based on GUI and marks attendance only if the mask is detected and uses SQLITE database. It is under development.

Setup

$ git clone https://github.com/include-us/Face-Mask-Detection-Attendance-System.git
$ cd Face-Mask-Detection-Attendance-System
$ pip install -r requirements.txt
  IF YOU HAVE CUDA CORE BASED GPU
$ conda install numba & conda install cudatoolkit
$ python main.py

FILE STRUCTURE

.
├── attendance                 # Attendance related files and storage in csv format
├── barcode                    # Barcode related program files 
├── databases                  # Central database of users 
├── facemask                   # Facemask related program package with cascades and tests 
├── windows                    # GUI WINDOWS to access for low level user
├── admin-database.py
├── LICENSE
├── main.py
├── README.md
└── requirements.txt

CONTRIBUTERS

  1. Darsh Jain
  2. Ankita Upadhyay
  3. Manav Arya
  4. Asjad Nirban

Languages

Python100.0%

Contributors

The Unlicense
Created January 29, 2021
Updated March 23, 2024
include-us/Face-Mask-Detection-Attendance-System | GitHunt