A visualization tool using the Streamlit library in Python to display future predictions of greenhouse gas (GHG) emissions, incorporating heat maps and scatterplots to visualize trends.
Download all the files in your directory and install all the packages in the requirements.txt to run the dashboard named das.py run these commands to install them in your bash:
sudo apt-get update sudo apt-get install -y python3-distutils
#we developed this on python 3.11 and pip version 22.2
pip install -r requirements.txt
#after installation of packages run this command to see dashboard
streamlit run dash.py



