/ML-Smart-Pricing

Smart pricing tool for cars on craigslist

Primary LanguageJupyter NotebookMIT LicenseMIT

Smart Pricing

Ever wonder how much your car is worth? Well, now you can find out! In this notebook is a smart pricing model for a used car dataset scraped from Craigslist. Included in the notebook are all the links that inspired this notebook as well as the link to the data. A requirements.txt is included for reproducibility.

Running the Notebook

  • (optional) Create a new virtual environment

  • Install the dependencies

    pip install -r requirements.txt
  • Start the jupyter notebook and run all the cells