Github repository for fulfilling the requirements of IT Capstone Project 2.
This is a Flutter project specifically made for Android. It is an online (with offline capabilities) attendance management system with face recognition feature (thanks to MobileFaceNet) for checking attendance.
- Samantha Mae De Las Nieves
- Alejandro Miguel Monge
- Aaron Serrano
Firebase Firestore
Firebase Firestore is used as the app's database management. It is a No-SQL key-value database.
Google ML Kit for Flutter
Google ML Kit is used for face detection.
Tensorflow Lite
Tensorflow Lite is used as the machine-learning interpreter to run MobileFaceNet. It is a version of Tensorflow that is focused on running in mobile devices.
MobileFaceNet
MobileFaceNet is the model used in Tensorflow Lite to run face recognition in the app.