This project predicts whether a student will pass or fail based on:
- Study hours
- Attendance
- Python
- Pandas
- Scikit-learn
- Matplotlib
- Train ML model
- Save model using joblib
- Predict using user input
- Data visualization
- Logistic Regression
Input: Hours: 5 Attendance: 75
Output: PASS
- Add web interface (Flask/FastAPI)
- Use real dataset