Three page web-app for car price prediction using real-world data.
git clone
the repository- create a virtual enviroment
- install the requirements.txt file using
pip install -r requirements.txt
- run the 4th notebook to train and save the selected model (adjust for another model selection)
- run
streamlit run Car_Price_Prediction.py
to render the app on your local browser