Crate atlas_cli

Source
Expand description

§Atlas CLI

Machine Learning (ML) Lifecycle & Transparency Manager

A command-line interface tool for creating, managing, and verifying Content Provenance and Authenticity (C2PA) manifests for machine learning models, datasets, and related artifacts.

§Installation

cargo install atlas-cli

§Quick Start

Create a model manifest:

atlas-cli model create \
    --paths=model.onnx \
    --ingredient-names="Main Model" \
    --name="My Model" \
    --author-org="My Organization" \
    --author-name="My Name" \
    --print

For more examples and detailed documentation, see:

Re-exports§

pub use error::Error;
pub use error::Result;
pub use storage::traits::StorageBackend;

Modules§

cc_attestation
cli
error
hash
Hash Module
manifest
signing
storage
utils

Structs§

Config
CLI configuration options

Functions§

init_logging
Initialize logging for the CLI