Skip to main content
This guide shows how to train and infer Clay Foundation Model for classification task using our API. Open In Colab

Downloading Data

This step completely copies data preparation step from the Clay example notebook and you probably don’t need it if you have your own data. If that’s the case, jump to the next section. If you need more elaboration on what’s going on visit original source.
png

Preparing Data

Now we need to load data to the format which is accepted by our API. Essentially, it is raw pixels data from all bands with some metadata.

Uploading Data to Bluesight

Starting Training

Running Inference

For inference we need only images.

Evaluating results