This project aims to predict students' math scores using machine learning techniques. It's built using Python with pandas, scikit-learn, and Flask for model development and web deployment.
- Data Preprocessing: Clean and preprocess student data.
- Modeling: Train ML models to predict scores.
- Web App: A Flask-based interface to interact with predictions.
- Clone the repository:
git clone https://github.com/rawoolsiddhi/Student-Math-Score-Prediction.git
pip install -r requirements.txt
- Run the app:
python app.py - Open in your browser at http://127.0.0.1:5000/.
File Structure
- src/:Core logic and data preprocessing scripts.
- templates/: HTML files for the web app.
- app.py: Main Flask app.
- requirements.txt: Python dependencies.
- setup.py: Package configuration.