📚 Student Exam Score Predictor A Streamlit-based web app that predicts a student’s exam score based on study habits, attendance, mental health rating, sleep hours, and part-time job status. The model is trained using scikit-learn, fine-tuned via GridSearchCV, and saved using joblib for real-time predictions.
Features
- 📊 Interactive sliders & dropdowns to input student data
- 🤖 ML model trained on historical data
- 💾 joblib model persistence for fast deployment
- 🌐 Streamlit UI for easy use in the browser
- 🛠 Custom preprocessing for categorical inputs (Yes/No encoding)
Tech Stack
- Python, NumPy, Pandas, scikit-learn
- Streamlit for UI
- joblib for model saving/loading