Skip to content

A web page which uses a dataset to estimate the price of a car.

Notifications You must be signed in to change notification settings

aryanoberoi/usedcarpricepredictionML

Repository files navigation

Car Price Predictor

Aim

This project aims to predict the Price of an used Car by taking it's Company name, it's Model name, Year of Purchase, and other parameters.

How to use?

  1. Clone the repository
  2. Install the required packages in "requirements.txt" file.

Some packages are:

  • numpy
  • pandas
  • scikit-learn
  1. Run the "application.py" file And you are good to go.

Description

What this project does?

  1. This project takes the parameters of an used car like: 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.

How this project does?

  1. First of all the data was scraped from Quikr.com (https://quikr.com) Link for data: https://github.com/rajtilakls2510/car_price_predictor/blob/master/quikr_car.csv

  2. The data was cleaned (it was super unclean :( ) and analysed.

  3. Then a Linear Regression model was built on top of it which had 0.92 R2_score.

Link for notebook: https://github.com/rajtilakls2510/car_price_predictor/blob/master/Quikr%20Analysis.ipynb

  1. This project was given the form of a website built on Flask where we used the Linear Regression model to perform predictions.

About

A web page which uses a dataset to estimate the price of a car.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages