Khabou/FormationMachineLearning1
0
๐ Student Exam Score Predictor
A machine learning app that predicts a student's exam score based on their lifestyle and study habits.
Features
The model takes the following inputs:
Model
- Algorithm: Linear Regression
- Trained with scikit-learn 1.6.1
- Output: Predicted exam score (0โ100), clipped to valid range
How to Run Locally
pip install -r requirements.txt
streamlit run app.py