Simple app using flask to display folium map. The main objective of the project is to display an interactive map with Folium on an app.
.
├── images/ : contains images
├── data/ : contains data
├── templates/ : contains html template for flask app
│ └── index.html
├── map.py : Data Processing and Cleaning
├── app.py : Flask App
└── README.md : Report
The interactive map shows the mean sale price of the neighbourhood area within the King County in Seattle.
Stack: Folium, Flask. IDE: PyCharm.
The csv dataset is available on Kaggle and you will also need to get the zipcode/neighbourhood area for King County, you can find both of the datasets here.
Project is: completed
Created by @HumanBeing