This is the repo for Used Car Playground project
Used Car Playground project is a research project related to used car data
Map Data is obtained from ArcGIS, shared by ESRI
To run the scrapy spyder in usedcar folder, please read the wiki page and make sure you have followed the instructions before entering
scrapy crawl usedcar
To visualize the data, run the following in root directory:
jupyter notebook "Used Car Playground.ipynb"
To start bokeh application
chmod +x run_bokehapp.sh
./run_bokehapp.sh
To run Flask webapp, follow the wiki instructions
pip install Flask
pip install pymongo
pip install geopandas