Skip to content

Predicts the price of the car based on the input parameter.

Notifications You must be signed in to change notification settings

balirampansare/car-price-predictor

Repository files navigation

Car Price Predictor

  1. 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.
  2. 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

GUI of Car Price Predictor

The predicted price for the car Ford Endeavor 4x4 is shown below

Predicted Car Price

The flow of the Car Price Predictor

  1. The data file was scraped from the (https://quikr.com)

Link: quikr_car Dataset

  1. The data was cleaned and analysed.

Link: Cleaned Dataset

  1. Then a Linear Regression model was built on top of it which had 0.88 R2_score.

Link: Car Price Predictor

  1. Website is created using Flask and the implementation of Linear Regression to predict the price of the car.
    1. Flask File: application
    2. GUI (HTML File): index

About

Predicts the price of the car based on the input parameter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published