Giter Club home page Giter Club logo

car-price-predictions's Introduction

Car-Price-Predictions

Car-Price-Predictions

Python Model Framework Frontend Deployment

Table of Content

  • Demo
  • Overview
  • Technical Aspect
  • Installation
  • Run
  • Deployment on Heroku
  • Directory Tree
  • To Do
  • Technologies Used
  • Team
  • Credits
  • References

Demo

Link:- https://carpricepredictioner.herokuapp.com/

index_page

Overview

This is a simple car price predictor Flask app. It shows the selling price of your car by putting the values/features like year in which the car was bought, ex-showroom price of the car, the distance completed by the car in km, the number of owners the car has previously had, Fuel type of the car, whether the seller is a dealer or an individual, and whether the car is manual or automatic. By using this data it will predict the cars selling price. All the data contain in a .csv file.

Technical Aspect

This project is divided into two parts:-

  1. Build model using python.
  2. Design an app using Flask framework.
  3. Host a Flask app on Heroku cloud.
  • A user can fill all the fields that are given.
  • Click on Calculate the Selling Price button. It will show the selling price below that Calculate the Selling Price button.
  • Used Vehicle dataset from cardekho Kaggle.
  • Used Heroku platform to make this app public.

Installation

The code is written in Python 3.6. If you don't have Python installed you can find it here .To install the required packages and libraries, run this command in the project directory after clonning the repository. pip install -r requirements.txt

Run

Step1.

To run this on local machine, click on run button in flask_app.py file.

Step2.

Copy the link for e.g. http://127.0.0.1:5000/ and past it on your browser and hit enter.

Deployement on Heroku

Step1.

Maintain necessary files like requirements.txt, Procfile . Givent in the project directory check there.

Step2.

This step would be to follow the instructions given on Heroku Documnetation to deploy a web app.

Directory Tree

|--static/css
| |--css
| | |--all.css
| | |--all.min.css
| |--webfonts
| | |--fa-brands-400.lot
| | |--fa-brands-400.svg
| |--main.css
|--templates
| |--index.html
|--app.py
|--car data.csv
|--Car data_model.ipynp
|--Procfile
|--README.md
|--requirements.txt
|--rf_model.pkl

To Do

  1. Improve the model accuracy by increase the data size and apply some advance machine learning techniques.
  2. Add better UI and animations.

Technologies Used

Python Heroku Flask

Team

Rohit
Rohit Sharma

Credits

All the creadits of this project goes to Krish Niak. ❤️

References

car-price-predictions's People

Contributors

rs301378 avatar

Watchers

 avatar

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.