rybavery commited on
Commit
2fd1a21
·
verified ·
1 Parent(s): f4fec64

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+
8
+ ## Wherobots MLM Models
9
+
10
+ This is a collection of example models implementing the Machine Learning Model Extension to the SpatioTemporal Asset Catalog (STAC) spec. Each metadata json describes a corresponding model asset and the requirements to run that model.
11
+ These examples, and [APIs built on top of them](https://wherobots.com/wherobotsai-for-raster-inference/), show the utility of describing data linead and runtime requirements of ML models.
12
+
13
+ The eventual goal is that most geospatial ML models are represented by MLM metadata, making it easy to run them on STAC datasets and derive more value.
14
+
15
+ See the MLM spec description if you want to learn more about the MLM description fields: https://github.com/crim-ca/mlm-extension
16
+
17
+ And also check out the stac-model package for creating and validating MLM metadata: https://github.com/crim-ca/mlm-extension/blob/main/README_STAC_MODEL.md
18
+
19
+ Each of these models is hosted and deployed in [WherobotsAI Raster Inference](https://wherobots.com/wherobotsai-for-raster-inference/), a tool for scaling ML models to planet-scale inference tasks.
20
+
21
+ Big thanks to [SATLAS](https://satlas.allen.ai/) and [TorchGeo](https://github.com/microsoft/torchgeo) for distributing open source code and weights for these models.