Git Product home page Git Product logo

psalishol / used-car-price-in-united-state Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 3.43 MB

A project to that aim to build a model to predict price one can buy or sell different Car model in the United State

License: MIT License

Python 5.87% Makefile 0.22% Jupyter Notebook 90.12% CSS 0.01% PowerShell 0.90% Batchfile 1.17% Shell 1.42% JavaScript 0.03% Roff 0.26%
python regression-algorithms car-price machine-learning

used-car-price-in-united-state's Introduction

Car Price Prediction in the United State

LOGO

Project Status: In progress

Introduction to the Project

This project aim to build a model that predicts the average price one can sell or buy different models of Cars in the United State.

Suppose a car owner wants to sell his car but then he wants to know the estimated price the car can be sold without having to go to a dealership shop. he can use the model built to check the price which will return the average price of the car with the inputed features.

To make user have the feel of the project, a website will be built and deployed with heroku, the website will have webpage for the prediction, and also another webpage for dashboard, where user can check vehicle data for a specific make and also compare the features of the Make with price.

Project Folder Organization

├── LICENSE
├── Makefile           <- Makefile with commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── interim        <- Contains the Intermediate data that has been transformed/Cleaned.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original/just extracted, immutable data dump.
│
├── docs               <- A default Sphinx project; see sphinx-doc.org for details
│
├── models             <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks          <- Contains all the Jupyter notebooks. 
│
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports            <- Generated analysis in PDF.
│   └── figures        <- Generated graphics and figures used for reporting
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt` or `pip install -r requirements`
│
├── setup.py           <- makes project pip installable so the src can be imported
├── src                <- Source code for use in this project.
│   ├── __init__.py    <- Makes src a Python module
│   │
│   ├── data           <- Scripts to download or generate data
│   │   |── Datacollection
|   |       └──Datacollection
|   |          └──Spider <- Contains Scripts for Data crawling and extraction
│   │
│   ├── features       <- Scripts to turn raw data into features for modeling
│   │   └── build_features.py
│   │
│   ├── models         <- Scripts to train models and then use trained models to make
│   │   │                 predictions
│   │   ├── predict_model.py
│   │   └── train_model.py
│   │
│   └── visualization  <- Scripts to create exploratory and results oriented visualizations
│       └── visualize.py
│
└── tox.ini            <- tox file with settings for running tox; see tox.readthedocs.io

Data Collection

The crucial part of this project is the data collection. To collect the data for this project, we scraped vehicle info from different website that buys and sells cars. The data was extracted to a json file. different car model were extracted seperately.

Library used: Scrapy. Check Documentation

  pip install Scrapy
  conda install -c conda-forge scrapy

Info collected: model_name/year, mpg, mileage, transmission_type, enginesize, seller_info/location, fueltype, drivetraintype, features, and price.

Check link to script here

used-car-price-in-united-state's People

Contributors

psalishol avatar

Stargazers

 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.