Metadata-Version: 2.4
Name: sam-prompt
Version: 0.1.0
Summary: Simplified SAM3 for prompt-based image segmentation
License-Expression: LicenseRef-SAM
Project-URL: Homepage, https://github.com/jshirota/sam-prompt
Project-URL: Bug Tracker, https://github.com/jshirota/sam-prompt/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: ftfy>=6.3.1
Requires-Dist: huggingface-hub>=1.6.0
Requires-Dist: iopath>=0.1.10
Requires-Dist: numpy>=2.2.6
Requires-Dist: regex>=2026.2.28
Requires-Dist: timm>=1.0.25
Dynamic: license-file

# sam-prompt

`sam-prompt` is a simplified Python packaging of SAM3-style prompt-based image segmentation components.

## Compliance and Attribution

This repository includes code that is derived from Meta's Segment Anything materials ("SAM Materials").

- Upstream publisher: Meta Platforms, Inc. and affiliates
- Upstream project family: Segment Anything (SAM)
- Governing license for included and derived SAM Materials: see `LICENSE` (SAM License)

If you use, modify, or redistribute this repository (or derivatives), you must comply with the terms in `LICENSE`.

## Redistribution Requirements

When redistributing this project or derivative works, include at minimum:

1. `LICENSE` (SAM License text)
2. `NOTICE` (upstream attribution and local modifications)

For provenance details, including local-to-upstream mapping status, see `NOTICE`.

## Disclaimer

This repository is an independent derivative package and is not an official Meta release.
