This project is basically an attendance monitoring system that uses facial recognition to identify the students present in a class and then mark their attendance in an excel sheet. It also recognises the facial expression of the students, which can help the teacher in analyzing the mental state of the students. This excel sheet can then be downloaded by the teacher in his/her mobile phone.
- Live server extension in visual studio code
- SheetJS library for manipulating excel sheets
- Face recognition models from this repository https://github.com/justadudewhohacks/face-api.js/
- FileSaver.min.js and xlsx.full.min.js
All these files already exist in the repository so you dont have to download them
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/ayuushi15/Attendance-Monitoring-System.git
- Open the Cloned directory in VS Code
- Navigate to index.html and run this file using the live server extension.(Install the live server extension from the extensions menu in VS Code)
- Wait for the Models to load and upload an image from the test_images directory to see the website in action!!!
Email - [email protected]