This project predicts whether a student will pass or fail based on exam scores, gender, and preparation.
- Logistic Regression, Random Forest, SVM
- GridSearchCV for hyperparameter tuning
- Deployed using Streamlit
pip install -r requirements.txt
streamlit run app.py