This is an Attendance Recording System that uses face recognition to automate attendance tracking.
This application requires a nodeJS environment to run locally. To install, clone the repository and install all modules using npm
https://github.com/dev1702ed/AutomatedAttendanceSystem.git
npm installTo run the app type the command as show and go to localhost:3000 on a browser
node appBackend: Node.JS
Face Recognition: face-api.js
Frontend: CSS, Bootstrap
Database: MongoDB
- Automated Attendance tracking using Face-Recognition
- View attendance by date
- Student profile for each student
- Preventing multiple users to upload images of a same person using Face-Recognition
- Register a student by entering details and a photograph, prefferably passport size
- View student profiles
- Click on start to start live webcam stream, pose in front of the cam to record attendance
- View attendance by date by clicking on View attendance by date in the navbar
- Deployed Application Link: https://polar-lake-69598.herokuapp.com/




