Giter Club home page Giter Club logo

car-price-prediction's Introduction

Car-Price-Prediction

Predicting Reselling Price

This is a machine learning project that can be used to predict the reselling price of the cars with the help of the details of the car. This is an end to end project in python and written with the help of Flask and deployed using Heroku.

Requirements:

For Required package/module installation, open the terminal and copy paste below command:

  • pip install requirements.txt

To Execute the code:

Run the command in your terminal or command prompt.

  • python app.py
    After running the the same, you will get your local host address, something like as shown below. image
    Open the same in your browser, the setup is now complete.

The broswer opens to this. Screenshot from 2020-07-17 10-19-25

You can now predict the price of your car before reselling it.

Notebook.ipynb

This python notebook has the code for the machine learning model which is trained using the data provided in "data.csv", the model is then dumped using pickle and further used to predict values using Flask. The accuracy of the model is 87% which can be increased with hyper parameter optimization or with the help of more data. I have used pickle to dump the model to further use it for deployment.

Heroku

I have used Heroku cloud services to deploy the same and the link for the same can be found here: https://predictingcarprice.herokuapp.com/

Do star the repository, also suggestions and changes are most welcome.

Note:

Having a seperate environment setup is always expected to follow.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.