charann29 / cmr_opensource

96 stars 193 forks source link

S5 b4 secondhand car price prediction #549

Open Harshith-66G3 opened 5 days ago

Harshith-66G3 commented 5 days ago

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.+

charann29 commented 5 days ago

images and readme???

Harshith-66G3 commented 5 days ago

I have already uploaded the images and readme files along with the project and as i am trying to send them again it is having much conflicts

Harshith-66G3 commented 4 days ago

demo predict

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:

  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. For example, the image below shows the predicted price of our Hyundai Grand i10.

How this project does?

  1. First of all the data was scraped from Quikr.com (https://quikr.com)

  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.

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