A machine learning–based system to predict student Pass/Fail status using attendance, internal marks, and assignment scores.
Smart Attendance & Performance Prediction is an academic mini project designed to evaluate student performance using key academic parameters.
The system processes student data through a Python-based machine learning backend and predicts whether a student is likely to pass or fail.
A final report is automatically generated in PDF format for easy evaluation.
- 📊 Predicts student pass/fail outcome
- 🧠 Machine learning–based logic
- 🧮 Calculates results using attendance, internal marks, and assignments
- 📄 Generates final result PDF automatically
- 🎨 Clean and simple user interface
- HTML
- CSS
- JavaScript
- Python
- Machine Learning logic
- Git & GitHub
- VS Code
MiniProject-Smart-Attendance/
│
├── backend/
│ ├── app.py
│ ├── model.py
│
├── frontend/
│ ├── index.html
│ ├── style.css
│ └── script.js
│
├── reports/
│ └── final_result.pdf
│
└── README.md