Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.54 KB

flask - folium - app

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.

Project Organization

.
├── 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

Project Description

The interactive map shows the mean sale price of the neighbourhood area within the King County in Seattle.

Stack: Folium, Flask. IDE: PyCharm.



Data

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.

Status

Project is: completed

Contact

Created by @HumanBeing