Skip to content

Ishita-Si/Global-Climate-Change-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Global Climate Change Dashboard

An interactive dashboard built using Streamlit, Plotly, and ARIMA time series modeling to visualize and forecast CO₂ emissions by country. The project allows users to upload datasets, filter by country and year, view trends, and forecast future emissions.


🚀 Features

  • 📈 Time Series Forecasting of global CO₂ emissions using ARIMA
  • 🌐 World Map Visualization (Choropleth) of average emissions by country
  • 📊 Line Chart of Country-Wise Emissions Trends
  • 📥 Downloadable CSV of filtered data
  • 📅 Year Range and Country Filters via sidebar
  • 📄 Descriptive interface with Markdown and metric summaries

📦 Technologies Used

Tool/Library Purpose
Python Core programming language
Streamlit Dashboard UI and frontend
Pandas Data loading, cleaning, manipulation
Plotly Interactive charts and maps
Matplotlib Line plots for forecast visualization
Statsmodels (ARIMA) Time series forecasting

🛠️ How to Run Locally

  1. Clone the repo
git clone https://github.com/ishita-si/Global-Climate-Change-Dashboard.git
cd Global-Climate-Change-Dashboard
  1. Install dependencies
pip install -r requirements.txt
  1. Run the Streamlit app
streamlit run app.py

📊 Data Source

Our World In Data - CO2 Dataset


🧠 Project Insights

  • Significant variation in emission trends across countries
  • Forecast shows upward trend continuing in many nations
  • Emissions data can inform policy, awareness, and change

🙌 Contributing

Pull requests are welcome! If you have suggestions or want to extend the dashboard (e.g., add LSTM or Prophet models), feel free to fork and contribute.


📬 Contact

For queries or collaboration, feel free to reach out via GitHub or [Gmail - [email protected]].

About

Modeling to visualize and forecast CO₂ emissions by countries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published