Skip to content

akshaypatel774/Students-performance-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Project

How to run?

Steps:

  1. Clone the repository
git clone https://github.com/akshaypatel774/Students-performance-prediction
  1. Navigate into the project directory and create a conda environment by executing the following command:
conda create -n <env_name> python=3.8 -y
  1. Activate the created conda environment:
conda activate <env_name>
  1. Install the required dependencies by running the following command:
pip install -r requirements.txt
  1. Finally, run the following command to start the application:
python app.py

After completing the above steps, you can access the application by opening your web browser and navigating to the provided local host address and port.

Once on the homepage, you can modify the address by adding '/predictdata' to input features and predict the scores.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published