Created on 6th March 2022
•
It basically avoids fake attendance of the students marked by their friends or colleagues.
To maintain and regulate the smooth and actual flow of attendance and good attentiveness in class this software is generated.
Basically, it solves the Attendance Issue in Online as well as Offline Mode.
#1 QR Generation
The code was unsuccessful in generating unique IDs for multiple students. After 10 different combinations of different algorithms, we finally ended up with a successful code that can generate a unique ID for multiple students.
#2 Face Recognition
The input was taking a lot of time to process, hence we had to revise the code so that it could complete the processing
accurately.
#3 AI Model for Database Matching
After the image has been processed, the program checks for the matching image in the database using AI. The algorithm is still being improvised.
#4 RFID value to fetch and check data to database
There was trouble in connecting the interface from MongoDB to fetch the data.