This repository contains the code which was used to build an app to aid teachers record attendance efficiently.
Find the repository for the Face Recognition algorithm here
Please note: For this to work and login to work, you would require both the admin panel and the node.js backend. Please find the repositories below.
- Flutter SDK
- Android studio or Visual studio code
- Install Flutter extension in Android studio or in VS code
- Android Emulator/Device
This repository contains the entire code for the project. All screen routes can be found in lib/main.dart
. The screens and widgets can be found in lib/screens
and lib/widgets/
respectively.
- Download or clone the files in repository. (
git clone https://github.com/sgcuber24/attendance_system_app.git
) - Install all packages. (
flutter pub get
) - Run the app. (
flutter run
)