Skip to content

Streamlit app for downloading data available in the OpenPoliceData Python Package (https://pypi.org/project/openpolicedata) from the web

Notifications You must be signed in to change notification settings

openpolicedata/OPD_Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit App

OPD Example

To setup

> git clone https://github.com/openpolicedata/OPD_Explorer.git
> cd OPD_Explorer/
> pip install -r requirements.txt

To run

> cd OPD_Explorer/
> streamlit run opd_download_page.py

To upgrade streamlit

> pip install streamlit --upgrade