This repository contains two main projects for the Smart India Hackathon 2025:
A cross-platform attendance management system built with Flutter. It supports facial verification, faculty and student dashboards, and seamless integration with Firebase for authentication and data storage.
- Facial verification for secure attendance
- Faculty and student dashboards
- Class scheduling and attendance tracking
- Firebase integration
- Multi-platform support (Android, iOS, Web, Desktop)
lib/- Main Flutter/Dart source codeassets/- Images and static assetsandroid/,ios/,web/,linux/,macos/,windows/- Platform-specific code
A modern web application built with React and TypeScript for managing and visualizing attendance data. Designed for web-based dashboards and admin interfaces.
- Real-time attendance visualization
- Admin and faculty management
- Integration with Firebase
- Responsive UI with React
src/- Main React/TypeScript source codepublic/- Static assets and HTML
- Git
- Flutter SDK (for Attendify)
- Node.js & npm (for Upastithi Web)
git clone https://github.com/Chinmay048/SIH_2025_PB_25016.git
cd SIH_2025_PB_25016cd attendify
flutter pub get
flutter runcd upastithi-web
npm install
npm run devPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.