Skip to content

Full stack data science project that sourced millions of ghg measurements directly from NOAA and NASA. A BiLSTM with a Bayesian Optimization Tuner was created to predict future emission values. Website: https://atmoseer-4dxngmwrqojjadwhcg3yps.streamlit.app/

License

Notifications You must be signed in to change notification settings

GassarAbdo/AtmoSeer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtmoSeer

Visit the hosted website on Streamlit Cloud with a full user interface and model deployment HERE!

CO2_Clip.mp4

Example of using the trained BiLSTM to forecast a ppm value for CO₂ around 1 year past the last recorded ppm value.

Overview

AtmoSeer is an extremely comprehensive full-stack data science project that brings predictive atmospheric science to the fingertips of anyone. Unlike most existing tools that only analyze historical greenhouse gas data, AtmoSeer leverages an advanced deep learning algorithm to forecast future emission levels with statistical confidence intervals.

This project represents a complete data pipeline: from extracting raw measurements directly from NOAA's Global Monitoring Laboratory and NASA MODIS databases, through advanced data engineering, to deploying state-of-the-art time series analysis models. AtmoSeer tracks four of some of the most potent greenhouse gases that drive climate change:

  • Carbon Dioxide (CO₂)
  • Methane (CH₄)
  • Nitrous Oxide (N₂O)
  • Sulfur Hexafluoride (SF₆)

At the core of AtmoSeer is a custom-built Bidirectional LSTM neural network architecture with an attention mechanism, optimized through Bayesian hyperparameter tuning. This model captures both long-term trends and seasonal patterns in atmospheric gas concentrations through cyclical seasonal awareness that was created during feature engineering, which pairs perfectly with the LSTM's ability to learn both long-term trends going back decades and recent patterns from only a few week prior.

This project was designed as an open-source contribution to climate science, providing researchers, educators, and concerned citizens with powerful tools to understand and anticipate atmospheric changes that shape Earth's future.

The Atmospheric Gas Pages

Each gas contains it own model, dataset, background, color theme, and descriptions. Below are each of the pages that can be accessed and interacted with using the side pannel.

Project Pipeline

About

Full stack data science project that sourced millions of ghg measurements directly from NOAA and NASA. A BiLSTM with a Bayesian Optimization Tuner was created to predict future emission values. Website: https://atmoseer-4dxngmwrqojjadwhcg3yps.streamlit.app/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.6%
  • Python 1.4%