Skip to content

This is a regression project which predict sthe price of the laptop based on the configuration of the laptop.

License

Notifications You must be signed in to change notification settings

Somesh140/Laptop_price_prediction

Repository files navigation

Laptop Price Predictor Project

This is a regression project which predict sthe price of the laptop based on the configuration of the laptop.

Application deployed on streamlit CLICK

To run the project on your local system

Download the ZIP , unzip the project, create a virtual environment using the following command in the shell

conda create -p venv python==3.9 -y

Activate the virtual environment

conda activate venv/

Install the dependencies using following command in the shell

pip install -r requirments.txt

once the requirments are installed run the following command in the shell

streamlit run app.py

You will get the following output on the terminal

 You can now view your Streamlit app in your browser.

  Local URL: http://localhost:8501

The app will open automatically on your default browser.

About

This is a regression project which predict sthe price of the laptop based on the configuration of the laptop.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published