Metadata-Version: 2.4
Name: sam-prompt
Version: 0.1.2
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.1.0; python_version == "3.10"
Requires-Dist: ftfy>=6.1.1; python_version == "3.11"
Requires-Dist: ftfy>=6.1.3; python_version == "3.12"
Requires-Dist: ftfy>=6.3.0; python_version == "3.13"
Requires-Dist: ftfy>=6.3.1; python_version >= "3.14"
Requires-Dist: huggingface-hub>=0.10.0; python_version == "3.10"
Requires-Dist: huggingface-hub>=0.11.0; python_version == "3.11"
Requires-Dist: huggingface-hub>=0.17.0; python_version == "3.12"
Requires-Dist: huggingface-hub>=0.25.0; python_version == "3.13"
Requires-Dist: huggingface-hub>=1.6.0; python_version >= "3.14"
Requires-Dist: iopath>=0.1.9; python_version < "3.13"
Requires-Dist: iopath>=0.1.10; python_version >= "3.13"
Requires-Dist: numpy>=1.21.2; python_version == "3.10"
Requires-Dist: numpy>=1.23.2; python_version == "3.11"
Requires-Dist: numpy>=1.26.0; python_version == "3.12"
Requires-Dist: numpy>=2.1.0; python_version == "3.13"
Requires-Dist: numpy>=2.4.4; python_version >= "3.14"
Requires-Dist: regex>=2022.1.18; python_version == "3.10"
Requires-Dist: regex>=2022.10.31; python_version == "3.11"
Requires-Dist: regex>=2023.10.3; python_version == "3.12"
Requires-Dist: regex>=2024.9.11; python_version == "3.13"
Requires-Dist: regex>=2026.2.28; python_version >= "3.14"
Requires-Dist: timm>=0.5.4; python_version == "3.10"
Requires-Dist: timm>=0.6.7; python_version == "3.11"
Requires-Dist: timm>=0.9.12; python_version == "3.12"
Requires-Dist: timm>=1.0.11; python_version == "3.13"
Requires-Dist: timm>=1.0.25; python_version >= "3.14"
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.
