This project is a Streamlit application for quick visualisations of air quality data for a wide range of countries in a global level. The data come from the OpenAQ API.
This project was initialised based on the Streamlit's Hacathon in order to extend and use the new built in ExperimentalBaseConnection.
In order to run the needed scripts you need to have python installed and run the command below.
python3 -m venv /path/to/new/virtual/environment
To activate your venv
run source "env_name"/bin/activate
.
To install dependencies run the command:
pip install -r requirements.txt
The app is hosted in the community cloud and you can access it directly from here.
We welcome any suggestions, problem reports, and contributions! For any changes you would like to make to this project, we invite you to submit an issue.