Score Prediction Web App
is a web app build with Flask where we can predict the price of score
of a student based how many hour
they study.
Make a folder in your system and clone the project using git bash then open the project in Visual Studio Code or any IDE you prefer.
1.1 git clone https://github.com/aka9ksha/Marks_Prediction.git
1.2 cd Marks_Prediction
1.3 pip install -r requirements.txt
1.4 Create vir environment $env:FLASK_ENV = "development"
1.5 flask run