Skip to content

nehan1311/Student-performance-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Student Performance Project

A machine learning project for predicting student performance based on their habits.

Project Structure

student-performance-project/
├── backend/
│   ├── app.py
│   ├── model_training.py
│   ├── models/
│   │   ├── classifier.pkl
│   │   ├── regressor.pkl
│   ├── static/
│   │   └── style.css
│   └── templates/
│       └── index.html
├── data/
│   └── student_habits_performance.csv
├── README.md
└── requirements.txt

Setup

  1. Install dependencies:
pip install -r requirements.txt
  1. Train the models:
python backend/model_training.py
  1. Run the application:
python backend/app.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors