/crime_map

Streamlit app that access the Metropolitan Police data through police-api, and return a heat-map of the crimes, it allows to see which type of offences, the outcome and it's possible to compare different streets.

Primary LanguagePython

Uk Crime Map

https://img.shields.io/badge/Python-3.7-blue.svg

Web app that show the crime data relative to a specific location.

It's been deployed: https://robsca-crime-map-app-xq9yp1.streamlit.app

Setup

If you want to run the app locally, you need to install the requirements and run the app with streamlit.

virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
streamlit run app.py