-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
60 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,53 @@ | ||
# AI Sustainability Catalog | ||
# AI Sustainability Hub | ||
|
||
Welcome to the **AI Sustainability Hub**! This repository provides a collection of resources related to AI and sustainability, including datasets, models, publications, and tools. Our goal is to support and advance research in the intersection of artificial intelligence and environmental sustainability. | ||
|
||
## Sections | ||
|
||
### Datasets | ||
Discover a range of datasets focused on climate change, environmental monitoring, and more. For the latest datasets, please refer to `public/datasets.yml`. | ||
|
||
### Models | ||
Explore AI models designed to address sustainability challenges: | ||
- **Aurora**: An atmospheric model for weather forecasting. [Learn more](https://www.microsoft.com/en-us/research/publication/aurora-a-foundation-model-of-the-atmosphere/) | ||
- **Pangu-Weather**: A medium-range weather forecasting model. [Learn more](https://www.nature.com/articles/s41586-023-06185-3) | ||
|
||
### Publications | ||
Access key papers and reports in the field: | ||
- **PCT-CycleGAN**: Radar-based precipitation nowcasting. [Read more](https://dl.acm.org/doi/abs/10.1145/3583780.3615006) | ||
- **TIP-GAN**: Discovery of climate tipping points. [Read more](https://arxiv.org/abs/2302.10274) | ||
|
||
### Tools | ||
Utilize tools for AI and sustainability projects: | ||
- **Climate Prediction Toolkit**: Tools for climate modeling. [Explore](https://www.climateprediction.net/) | ||
- **Virtual Earth System Laboratory**: Real-time simulations of earth processes. [Discover](https://sealevel.nasa.gov/data_tools/2/) | ||
|
||
# Development Commands | ||
|
||
To set up and run the development environment, use the following commands: | ||
|
||
### Node.js (npm) | ||
|
||
- **Install Dependencies:** | ||
```bash | ||
npm install | ||
``` | ||
- **IRun Development Server:** | ||
```bash | ||
npm run dev | ||
``` | ||
|
||
## Contributing | ||
We welcome contributions to improve this repository. For guidelines on how to contribute, please see [CONTRIBUTING.md](CONTRIBUTING.md). | ||
|
||
|
||
## License | ||
This project is licensed under the [MIT License](LICENSE). | ||
|
||
## Contact | ||
For any questions or support, please contact us at [[email protected]](mailto:[email protected]). | ||
|
||
--- | ||
|
||
**Note:** To add new datasets,models,publications and tools please update the `public/datasets.yml` file accordingly. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters