/ejchat

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Streamlit Environmental Justice (EJ) Data Comparison App

This is a set of instructions for a simple Streamlit web application (https://ejchat-gn8vl5srsr6ajmmzu3tfsp.streamlit.app/) that allows you to compare data from Environmental Justice Datasets. You can select up to three tools from a dataset and visualize the differences between them.

Usage

  1. Clone the repository:

    git clone https://github.com/rmkenv/ejchat.git
    cd ejchat
    
  2. Install the required packages:

    pip install streamlit pandas
    
  3. Run the Streamlit app using the following command:

    streamlit run app.py
    
  4. Open your web browser and navigate to the provided local URL to interact with the app.

Instructions

  1. Upon running the app, it will load data from the following GitHub URL: GitHub Data

  2. You can select up to three tools from the dataset to compare by using the multi-select dropdown.

  3. After selecting the tools, the app will display a table that highlights the differences between the selected tools for each indicator.

Custom HTML Elements

Data Reference

Konisky, D., Gonzalez, D., & Leatherman, K. (2021). Mapping for Environmental Justice: An Analysis of State Level Tools. Indiana University’s Paul H. O’Neill School of Public and Environmental Affairs and Environmental Resilience Institute. https://hdl.handle.net/2022/29445

About the Author

This Streamlit app was created by rmkenv. If you find this app useful or have any suggestions for improvement, feel free to contribute or show your support by buying a coffee!

Enjoy using the EJ Data Comparison App!