LICENSE
README.md
pyproject.toml
src/adaptshot/__init__.py
src/adaptshot/api.py
src/adaptshot/preflight.py
src/adaptshot/py.typed
src/adaptshot.egg-info/PKG-INFO
src/adaptshot.egg-info/SOURCES.txt
src/adaptshot.egg-info/dependency_links.txt
src/adaptshot.egg-info/requires.txt
src/adaptshot.egg-info/top_level.txt
src/adaptshot/config/__init__.py
src/adaptshot/config/settings.py
src/adaptshot/core/__init__.py
src/adaptshot/core/act.py
src/adaptshot/core/calibration.py
src/adaptshot/core/conformal.py
src/adaptshot/core/contrastive.py
src/adaptshot/core/explain.py
src/adaptshot/core/extractor.py
src/adaptshot/core/learner.py
src/adaptshot/core/similarity.py
src/adaptshot/core/uncertainty.py
src/adaptshot/core/backends/__init__.py
src/adaptshot/core/backends/onnx_backend.py
src/adaptshot/data/__init__.py
src/adaptshot/data/mobilenet_v3_small.onnx
src/adaptshot/data/mobilenet_v3_small.onnx.data
src/adaptshot/data/samples/README.md
src/adaptshot/data/samples/gray_leaf_spot_1.jpg
src/adaptshot/data/samples/gray_leaf_spot_2.jpg
src/adaptshot/data/samples/gray_leaf_spot_3.jpg
src/adaptshot/data/samples/gray_leaf_spot_4.jpg
src/adaptshot/data/samples/healthy_maize_1.jpg
src/adaptshot/data/samples/healthy_maize_2.jpg
src/adaptshot/data/samples/healthy_maize_3.jpg
src/adaptshot/data/samples/healthy_maize_4.jpg
src/adaptshot/data/samples/northern_leaf_blight_1.jpg
src/adaptshot/data/samples/northern_leaf_blight_2.jpg
src/adaptshot/data/samples/northern_leaf_blight_3.jpg
src/adaptshot/data/samples/northern_leaf_blight_4.jpg
src/adaptshot/data/samples/demo/query_1_healthy_maize.jpg
src/adaptshot/data/samples/demo/query_2_gray_leaf_spot.jpg
src/adaptshot/data/samples/demo/query_3_gray_leaf_spot.jpg
src/adaptshot/data/samples/demo/query_4_tomato_healthy.jpg
src/adaptshot/evaluation/__init__.py
src/adaptshot/training/__init__.py
src/adaptshot/training/contrastive.py
src/adaptshot/training/feedback_router.py
src/adaptshot/training/finetune.py
src/adaptshot/training/up_ugf.py
src/adaptshot/utils/__init__.py
src/adaptshot/utils/arrays.py
src/adaptshot/utils/determinism.py
src/adaptshot/utils/exceptions.py
src/adaptshot/utils/io.py
src/adaptshot/utils/migrations.py
src/adaptshot/utils/profiling.py
tests/test_act.py
tests/test_api_surface.py
tests/test_benchmark_offline.py
tests/test_calibration.py
tests/test_citation.py
tests/test_conformal.py
tests/test_conformal_coverage.py
tests/test_contrastive.py
tests/test_demo.py
tests/test_docs_claims.py
tests/test_docs_tutorials_run.py
tests/test_exceptions.py
tests/test_explain.py
tests/test_extractor.py
tests/test_feedback_router.py
tests/test_import_convention.py
tests/test_learner_integration.py
tests/test_library_ships_no_gui.py
tests/test_memory_ceiling.py
tests/test_mypy_coverage.py
tests/test_onnx_parity.py
tests/test_ood_calibration.py
tests/test_persistence.py
tests/test_plantvillage_benchmark.py
tests/test_preflight.py
tests/test_quickstart.py
tests/test_release_metadata.py
tests/test_shift_benchmark.py
tests/test_similarity.py
tests/test_torch_optional.py
tests/test_uncertainty.py
tests/test_up_ugf.py