Metadata-Version: 2.1
Name: mlstac
Version: 0.4.3
Summary: A machine learning model-sharing specification based on STAC MLM and Safetensors.
Home-page: https://github.com/csaybar/isp-models
Author: Cesar Aybar
Author-email: cesar.aybar@uv.es
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fsspec (>=2024.10.0)
Requires-Dist: pystac (>=1.12.2)
Requires-Dist: safetensors (>=0.5.2)
Requires-Dist: tqdm (>=4.67.1)
Project-URL: Documentation, https://csaybar.github.io/isp-models/
Project-URL: Repository, https://github.com/csaybar/isp-models
Description-Content-Type: text/markdown

# MLSTAC: Machine Learning with STAC

[![PyPI version](https://img.shields.io/pypi/v/mlstac.svg)](https://pypi.org/project/mlstac/)
[![Python Versions](https://img.shields.io/pypi/pyversions/mlstac.svg)](https://pypi.org/project/mlstac/)
[![License](https://img.shields.io/pypi/l/mlstac.svg)](https://github.com/csaybar/isp-models/blob/main/LICENSE)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://csaybar.github.io/isp-models/)


We take advantage of the new mlm STAC extension to provide a unified interface for working with machine learning models.
**Experimental**


## Installation

```bash
pip install mlstac
```

