Skip to content

This is about a price prediction of cars by considering several factors

License

Notifications You must be signed in to change notification settings

OvinduWijethunge/car-price-prediction-deployment

Repository files navigation

Price prediction of cars - Deployment




• This project predicts current car price of the market in particular cars by considering below factors
  1. Year 
  2. Show room price 
  3. How much kilo meters already driven 
  4. how many owners previously had 
  5. Fuel type
  6. current owner type ( individual or buyer ) 
  7. Transmission type 

• This repository consists of files required to deploy a WEB APPLICATION created with Flask on Heroku platform.

• Data set got from kaggle, if you want to inspect it just click this link https://www.kaggle.com/nehalbirla/vehicle-dataset-from-cardekho

• You can see deployed model in heroku , use below link for reach to deployed model:
Heroku: https://car-price-prediction-v-1.herokuapp.com/

• If you want to check the algorithems ,models which used for implemented the model and see the accuracy matrix just Click the link mentioned below:
Link: https://github.com/OvinduWijethunge/Machine_Learning_Projects/tree/master/car-price-prediction


If you are willing to check project in flask API

Prerequisites

You must have Scikit Learn, Pandas (for Machine Leraning Model) and Flask (for API) installed.

Project Structure

This project has four major parts :

  1. random_forest_regression_model.pkl - This is our built model for predict values.
  2. app.py - This contains Flask APIs that receives car details through GUI or API calls, computes the precited value based on our model and returns it.
  3. static - This uses for store css files and some gifs for while presenting.
  4. templates - This folder contains the HTML template to allow user to enter required detail and displays the predicted car price.

Running the project in flask API

type python app.py for start your server then copy the given url and paste it in your browser then input valid inputs and predict car price.

About

This is about a price prediction of cars by considering several factors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published