• 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
You must have Scikit Learn, Pandas (for Machine Leraning Model) and Flask (for API) installed.
This project has four major parts :
- random_forest_regression_model.pkl - This is our built model for predict values.
- 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.
- static - This uses for store css files and some gifs for while presenting.
- templates - This folder contains the HTML template to allow user to enter required detail and displays the predicted car price.
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.