ONNX
Clay / README.md
brunosan's picture
Update README.md
459726a
|
raw
history blame
3.46 kB
metadata
license: openrail
license_name: open-rail-m
license_link: https://raw.githubusercontent.com/Clay-foundation/model/main/LICENSE-MODEL.md

Clay documentation

Overview

Clay is a foundational model of Earth using Earth Observation data. As the AI Deep Learning architecture, it uses an expanded visual transformer upgraded to understant geospatial and temporal relations on Earth data, from any instrument/spectral data. The AI self-supervised fundational task is a Masked Autoencoder (MAE) approach for training.

The Clay model primarily functions in two ways: first, by directly generating semantic embeddings for tasks like similarity searches, and second, through fine-tuning its outputs with additional data labels. This fine-tuning supports various tasks, including classification (e.g. flood detection and deforestation monitoring), regression (e.g. estimating carbon stock or crop yields), and generative tasks such as creating RGB imagery from SAR data. Moreover, users can further enhance model performance by incorporating higher-resolution data.

This documentation uses nbdev, which combines documentation, code samples and an SDK. This means that every page is also a python notebook anyone can use, with practical code examples for each functionality, and use case. Moreover, you can install pip install clay and use the same functions.

Clay is open source, open data and open for business.

Where is what

How to use Clay

The model can be used in two main ways:

  1. Directly, use it to make inference. See Model
  2. Generating semantic embeddings. E.g. for Similarity search. See Embeddings.
  3. Fine-tunning the model for other tasks, or for other input data. E.g. flood detection, crop yields, … See Fine-tunning.

See Model v0 Release notes

How to contribute

Clay is an open source project, and we welcome contributions of all kinds.

The Documentation, python package and notebooks are all the same NBdev project, located here.

Note: If you want to contribute to the model code, please check the model repository.

Clay is a fiscally sponsored project of Radiant Earth, a USA registered 501(c)3 non-profit.