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.
Last updated Mar 23, 2024
17
Stars
8
Forks
0
Issues
0
Stars/day
Attention Score
9
Topics
Language breakdown
No language data available.
▸ Files
click to expand
README
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
bash
$ 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.txtCONTRIBUTERS
- Darsh Jain
- Ankita Upadhyay
- Manav Arya
- Asjad Nirban
🔗 More in this category