MCPcopy Create free account
hub / github.com/apple/ml-sharp / predict_cli

Route predict_cli

src/sharp/cli/predict.py:None–None  ·  view source on GitHub ↗
click.option(
    "-i",
    "--input-path",
    type=click.Path(path_type=Path, exists=True),
    help="Path to an image or containing a list of images.",
    required=True,
)

Source from the content-addressed store, hash-verified

1"""Contains `sharp predict` CLI implementation.
2
3For licensing see accompanying LICENSE file.
4Copyright (C) 2025 Apple Inc. All Rights Reserved.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected