Student Performance Predictor
Student Performance Predictor
• Example rows:
• Hours: 1-8, Attendance: 60-95%, Pass rate
increases with both.
Machine Learning Model
• Model Used: Logistic Regression
• Features:
• - Study Hours
• - Attendance
• Target:
• - Pass (0 or 1)
Streamlit App
• An interactive web app was created using
Streamlit.
• Features:
• - User inputs Study Hours and Attendance
using sliders
• - Press 'Predict' to see if the student will pass
or fail
• - Easy and intuitive interface
Conclusion
• This project shows how machine learning can
help predict student performance.