0% found this document useful (0 votes)
2 views

Cloud based student attendance system

The document outlines the development of a cloud-based, NFC-enabled student attendance system aimed at automating attendance tracking and improving communication with parents. Key features include digital attendance marking, real-time SMS notifications, and monthly reports, all without the need for physical NFC cards. The system utilizes SQL and Python for backend processing and cloud storage, ensuring efficient and accurate attendance management.

Uploaded by

val.fdo98
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Cloud based student attendance system

The document outlines the development of a cloud-based, NFC-enabled student attendance system aimed at automating attendance tracking and improving communication with parents. Key features include digital attendance marking, real-time SMS notifications, and monthly reports, all without the need for physical NFC cards. The system utilizes SQL and Python for backend processing and cloud storage, ensuring efficient and accurate attendance management.

Uploaded by

val.fdo98
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

STUDENT ATTENDANCE SYSTEM

Introduction
Problem Statement Project Goal
Manual attendance tracking is Develop a cloud-based attendance
time-consuming and prone to system that is NFC-enabled.
errors. Enable students to mark
Schools need an efficient, attendance digitally without
automated solution to track physical NFC cards.
student attendance in real time. Provide real-time SMS notifications
to parents and monthly attendance
reports.
Research Background

• Traditional Attendance Issues:


• Manual methods cause errors and delays.
• Proxy attendance is common.
• Communication with parents is not instant.
• Why NFC?
• NFC allows contactless and automated attendance marking.
• Faster than manual methods.
• No need for physical NFC cards – students can tap their
NFC-enabled devices (phones, student IDs, etc.).
• Key Difference in My Project: NFC without requiring
hardware.
What the system will
include:

02 03
1. NFC-enabled digital
attendance marking
2. Real-time SMS notifications
to parents
3. Monthly attendance reports
Project
01 Scope 04 via email
4. Admin dashboard for
schools

What is NOT included:


❌ Physical NFC card readers
❌ Biometric authentication
METHODOLOGY
Development Approach: Technologies Used:
• Backend: SQL for • SQL – Storing
attendance records
database, Python for
• Python – Processing
processing
attendance data
• Frontend: Web
• NFC Simulation – Using
interface for school
mobile NFC technology
admins
(not physical cards)
• Cloud Storage:
• Twilio API / SMS
Attendance data stored
Gateway – Sending real-
securely time notifications
SYSTEM FEATURES

NFC-enabled Digital Real-time SMS Monthly Attendance Admin Dashboard –


Attendance Logging – Notifications – Parents Reports – Emailed to Manage students,
Students mark receive immediate parents and school generate reports, track
attendance via NFC- updates. admins. attendance.
enabled devices.
NFC Implementation
How does NFC Work in this System

Each student is Students tap The system Attendance is An SMS


assigned a their NFC card on records Student updated instantly notification is
unique NFC- an NFC reader at ID, Timestamp, in the cloud- sent to parents
enabled ID card. the school and Entry/Exit based database. confirming
entrance. Status. check-in/check-
out.
SYSTEM
FLOWCHART
Testing Validation

Simulated NFC-based check-ins using


mobile devices.
Ensuring SMS notifications are
triggered correctly.
Testing attendance report generation
accuracy.
Validating admin dashboard
functionality with test data.
Expected
Outcome
✔ A fully functional NFC-enabled attendance
system.
✔Seamless mobile-based check-in for students.

Automated SMS alerts to parents.
✔Accurate monthly attendance reports for schools.

You might also like