Skip to content

akhilraj96/Student-Exam-Performance-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-Exam-Performance-Prediction

Data

https://www.kaggle.com/datasets/spscientist/students-performance-in-exams

Environment Setup

The first step is to create an environment in side the project repository.

conda create -p env python==3.8 -y
conda activate env/

Create a .gitignore file to ignore the environment from uploding to github.

...
# Environments
.env
.venv
env/                         #environment name
venv/
ENV/
env.bak/
venv.bak/
...

Installing Dependencies

pip install .

Training

python src\pipeline\train_pipeline.py

Output

To Run, Open a browser and type

http://127.0.0.1:5000/predictdata

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages