README.md
pyproject.toml
src/snap_cv.egg-info/PKG-INFO
src/snap_cv.egg-info/SOURCES.txt
src/snap_cv.egg-info/dependency_links.txt
src/snap_cv.egg-info/entry_points.txt
src/snap_cv.egg-info/requires.txt
src/snap_cv.egg-info/top_level.txt
src/snap_vision/__init__.py
src/snap_vision/cli.py
src/snap_vision/model_registry.yaml
src/snap_vision/core/__init__.py
src/snap_vision/core/base.py
src/snap_vision/core/device.py
src/snap_vision/core/hub.py
src/snap_vision/core/registry.py
src/snap_vision/core/results.py
src/snap_vision/core/weights.py
src/snap_vision/mcp/__init__.py
src/snap_vision/models/__init__.py
src/snap_vision/models/depth_anything.py
src/snap_vision/models/grounding_dino.py
src/snap_vision/models/sam2.py
src/snap_vision/models/sam3.py
src/snap_vision/models/yolo.py
src/snap_vision/ui/__init__.py
src/snap_vision/ui/app.py
tests/test_base.py
tests/test_cli.py
tests/test_device.py
tests/test_hub.py
tests/test_registry.py
tests/test_results.py
tests/test_weights.py