Metadata-Version: 2.1
Name: skillful-nowcasting
Version: 1.2.2
Summary: PyTorch Skillful Nowcasting GAN Implementation
Home-page: https://github.com/openclimatefix/skillful_nowcasting
Author: Jacob Bieker
Author-email: jacob@openclimatefix.org
License: MIT License
Keywords: artificial intelligence,deep learning,transformer,attention mechanism,metnet,forecasting,remote-sensing,gan
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: antialiased-cnns
Requires-Dist: pytorch-msssim
Requires-Dist: numpy (~=1.19.5)
Requires-Dist: torchvision (~=0.10.0)
Requires-Dist: pytorch-lightning
Requires-Dist: einops

# Skillful-Nowcasting
Implementation of DeepMind's Skillful Nowcasting GAN (https://arxiv.org/abs/2104.00954) in PyTorch Lightning.

## Installation

Clone the repository, then run
```shell
pip install -r requirements.txt
pip install -e .
````

Alternatively, you can also install a usually older version through ```pip install skillful-nowcasting```


