Car price prediction is a Flask web app which predicts the selling price of the car with various features like Car_Name, Year, Selling_Price, Present_Price, Kms_Driven, Fuel_Type, Seller_Type, Transmission, and Owner.
You can view the web app which is deployed on heroku
app link:https://car-sellinprice.herokuapp.com
The dataset which is provided by cardekho.com available in Kaggle.
Dataset link: car data.csv
To install the required packages and libraries, run this command on the project directory after cloning the repository:
pip install -r requirements.txt
You can find the detailed explanation of the project here:
Blog post link