The Student Performance Prediction system is a machine learning-based model designed to predict student scores based on various features such as gender, parental education, test preparation, and previous scores. This tool assists educators and institutions in identifying students who need additional support, ultimately improving academic outcomes.
✅ Predict student performance based on demographic and academic factors.
✅ Utilizes machine learning models for accurate score prediction.
✅ Preprocessing pipeline to handle raw input data efficiently.
✅ Custom input support for real-time predictions.
git clone https://github.com/CosmicVayu/mlproject.gitcd mlprojectpython -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows pip install -r requirements.txt- The trained model and preprocessing pipeline are stored in the
artifacts/directory.
- Features include:
- Gender
- Race/Ethnicity
- Parental Education
- Lunch Type
- Test Preparation Course
- Reading Score
- Writing Score
- Input the data and get an accurate prediction of the student's performance.
Want to contribute? Follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature-name
- Make changes and commit them:
git commit -m "Add new feature" - Push to your branch:
git push origin feature/your-feature-name
- Open a pull request to the
mainbranch for review.




