This is a machine learning project which takes laptop specifications and predicts the price of laptop on given specifications.
Create a new enviroment.
conda create -n venv
Download files and paste into venv and run the follwing command in terminal.
pip install -r requirement.txt
Finally, run the app using streamlit, paste below command in terminal.
streamlit run app.py