0% found this document useful (0 votes)
16 views6 pages

Student Performance Predictor

The project aims to predict student performance based on study hours and attendance using a logistic regression model. An interactive web app built with Streamlit allows users to input data and receive predictions on whether a student will pass or fail. The project highlights the potential of machine learning in identifying students who may need academic support.

Uploaded by

saanum012005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views6 pages

Student Performance Predictor

The project aims to predict student performance based on study hours and attendance using a logistic regression model. An interactive web app built with Streamlit allows users to input data and receive predictions on whether a student will pass or fail. The project highlights the potential of machine learning in identifying students who may need academic support.

Uploaded by

saanum012005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Student Performance Predictor

A Data Science Project using


Streamlit
Problem Statement
• To predict whether a student will pass or fail
based on their study hours per day and
attendance percentage. This helps identify
students who may need academic support.
Dataset Overview
• The dataset contains three columns:
• - Study Hours (per day)
• - Attendance (%)
• - Pass (0 = Fail, 1 = Pass)

• 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.

• ✅ Simple logistic regression model


• ✅ Deployed with Streamlit
• ✅ Can be expanded with more features like
previous scores, engagement, etc.

You might also like