- Car Price Predictor takes the parameters of an used car: Company name, Model name, Year of Purchase, Fuel Type and Number of Kilometers it has been driven.
- It then predicts the possible price of the car with the help of linear regression.
Below image shows the graphical user interface (GUI) of the Car Price Predictor
The predicted price for the car Ford Endeavor 4x4 is shown below
- The data file was scraped from the (https://quikr.com)
Link: quikr_car Dataset
- The data was cleaned and analysed.
Link: Cleaned Dataset
- Then a Linear Regression model was built on top of it which had 0.88 R2_score.
Link: Car Price Predictor
- Website is created using Flask and the implementation of Linear Regression to predict the price of the car.
- Flask File: application
- GUI (HTML File): index