- Clone the repository
git clone https://github.com/akshaypatel774/Students-performance-prediction
- Navigate into the project directory and create a conda environment by executing the following command:
conda create -n <env_name> python=3.8 -y
- Activate the created conda environment:
conda activate <env_name>
- Install the required dependencies by running the following command:
pip install -r requirements.txt
- 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.