LICENSE
README.md
pyproject.toml
setup.py
src/imgshape/__init__.py
src/imgshape/__main__.py
src/imgshape/analyze.py
src/imgshape/artifacts_v4.py
src/imgshape/atlas.py
src/imgshape/augmentations.py
src/imgshape/cli.py
src/imgshape/compare_v4.py
src/imgshape/compatibility.py
src/imgshape/decision_v4.py
src/imgshape/fingerprint_v4.py
src/imgshape/gpu_v4.py
src/imgshape/migrate_v2_to_v3.py
src/imgshape/pipeline.py
src/imgshape/recommender.py
src/imgshape/report.py
src/imgshape/resize.py
src/imgshape/semantic_v4.py
src/imgshape/server.py
src/imgshape/shape.py
src/imgshape/torchloader.py
src/imgshape/validator_v4.py
src/imgshape/version.py
src/imgshape/viz.py
src/imgshape.egg-info/PKG-INFO
src/imgshape.egg-info/SOURCES.txt
src/imgshape.egg-info/dependency_links.txt
src/imgshape.egg-info/entry_points.txt
src/imgshape.egg-info/requires.txt
src/imgshape.egg-info/top_level.txt
src/imgshape/plugins/__init__.py
src/imgshape/plugins/sample_plugin.py
src/imgshape/profiles/edge.yaml
src/imgshape/profiles/medical.yaml
src/imgshape/profiles/ocr.yaml
src/imgshape/profiles/satellite.yaml
src/imgshape/schemas/plugin_schema.py
tests/test_analyze.py
tests/test_augmentations.py
tests/test_compatibility.py
tests/test_gpu_batching.py
tests/test_gpu_integration.py
tests/test_profiles.py
tests/test_recommender.py
tests/test_report.py
tests/test_resize.py
tests/test_semantic_v4.py
tests/test_shape.py
tests/test_torchloader.py