LICENSE
MANIFEST.in
README.md
pyproject.toml
src/ai_labeller/main.py
src/ai_labeller/assets/app_icon.png
src/ai_labeller/core/__init__.py
src/ai_labeller/core/commands.py
src/ai_labeller/core/config.py
src/ai_labeller/core/geometry.py
src/ai_labeller/core/io_utils.py
src/ai_labeller/core/logging_utils.py
src/ai_labeller/core/models.py
src/ai_labeller/core/types.py
src/ai_labeller/models/yolo26m.pt
src/ai_labeller/models/yolo26n.pt
src/ultimate_ai_labeller.egg-info/PKG-INFO
src/ultimate_ai_labeller.egg-info/SOURCES.txt
src/ultimate_ai_labeller.egg-info/dependency_links.txt
src/ultimate_ai_labeller.egg-info/entry_points.txt
src/ultimate_ai_labeller.egg-info/requires.txt
src/ultimate_ai_labeller.egg-info/top_level.txt
tests/test_commands.py
tests/test_geometry.py
tests/test_io_utils.py