CoolFace
Apppublic

Khabou/FormationMachineLearning1

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
App README

๐ŸŽ“ Student Exam Score Predictor

A machine learning app that predicts a student's exam score based on their lifestyle and study habits.

Features

The model takes the following inputs:

FeatureTypeDescription
Study Hours per DayNumberDaily hours dedicated to studying
Social Media HoursNumberDaily hours spent on social media
Netflix HoursNumberDaily hours spent watching Netflix
Part-Time JobYes / NoWhether the student has a part-time job
Attendance PercentageSlider 0โ€“100Class attendance rate
Sleep HoursSlider 0โ€“12Average nightly sleep
Diet QualityPoor / Average / GoodSelf-reported diet quality
Exercise FrequencySlider 0โ€“7Days of exercise per week
Parental Education LevelNone / High School / Bachelor / MasterHighest parental education
Internet QualityPoor / Average / GoodHome internet quality
Mental Health RatingSlider 1โ€“10Self-reported mental well-being
Extracurricular ParticipationYes / NoParticipation in extracurricular activities

Model

  • โ€”Algorithm: Linear Regression
  • โ€”Trained with scikit-learn 1.6.1
  • โ€”Output: Predicted exam score (0โ€“100), clipped to valid range

How to Run Locally

bash
pip install -r requirements.txt
streamlit run app.py

Tech Stack