This is a simple Flask web application that predicts a student's math score based on their weekly self-study hours.
- Trained with Linear Regression using scikit-learn
- Frontend form to input study hours
- Displays predicted math score instantly
app.py
– Flask applicationstudent_score_model.pkl
– Trained regression modeltemplates/index.html
– User interfacerequirements.txt
– List of dependenciesFlask_Deployment_Full_Assignment_Report_Egbe_Grace.pdf
– Project report
python app.py