LICENSE
README.md
pyproject.toml
src/orchestrator/__init__.py
src/orchestrator/app.py
src/orchestrator/build_pipeline.py
src/orchestrator/orchestrator_runner.py
src/orchestrator/pipeline_builder.py
src/orchestrator/pipeline_orchestrator.py
src/orchestrator/py.typed
src/orchestrator/review_persistence.py
src/orchestrator/static/favicon.ico
src/orchestrator/static/orchestrator.css
src/orchestrator/static/orchestrator.html
src/orchestrator/static/orchestrator.js
src/orchestrator/static/review_common.js
src/orchestrator/static/review_identical.html
src/orchestrator/static/review_sequences.html
src/overlap_metrics/__init__.py
src/overlap_metrics/config.py
src/overlap_metrics/core.py
src/overlap_metrics/estimators.py
src/overlap_metrics/metrics.py
src/overlap_metrics/registry.py
src/overlap_metrics/utils.py
src/photo_compare/__init__.py
src/photo_compare/base.py
src/photo_compare/config.py
src/photo_compare/distance.py
src/photo_compare/feature_methods.py
src/photo_compare/file_hash.py
src/photo_compare/hash_methods.py
src/photo_compare/histogram_methods.py
src/photo_compare/pixel_methods.py
src/photo_compare/py.typed
src/photo_compare/structural_methods.py
src/photo_compare/types.py
src/photo_stack_finder.egg-info/PKG-INFO
src/photo_stack_finder.egg-info/SOURCES.txt
src/photo_stack_finder.egg-info/dependency_links.txt
src/photo_stack_finder.egg-info/entry_points.txt
src/photo_stack_finder.egg-info/requires.txt
src/photo_stack_finder.egg-info/top_level.txt
src/scripts/orchestrate.py
src/utils/__init__.py
src/utils/base_pipeline_stage.py
src/utils/base_ports.py
src/utils/benchmark_utils.py
src/utils/channel.py
src/utils/comparison_gates.py
src/utils/compute_benchmarks.py
src/utils/compute_identical.py
src/utils/compute_indices.py
src/utils/compute_perceptual_hash.py
src/utils/compute_perceptual_match.py
src/utils/compute_sha_bins.py
src/utils/compute_template_similarity.py
src/utils/compute_versions.py
src/utils/config.py
src/utils/data_io.py
src/utils/graph_context.py
src/utils/logger.py
src/utils/models.py
src/utils/photo_file.py
src/utils/pipeline_graph.py
src/utils/pipeline_stage.py
src/utils/plot_helpers.py
src/utils/ports.py
src/utils/progress.py
src/utils/py.typed
src/utils/report_builder.py
src/utils/review_types.py
src/utils/review_utils.py
src/utils/sequence.py
src/utils/sequence_clustering.py
src/utils/template.py
src/utils/template_parsing.py
tests/test_app_endpoints_comprehensive.py
tests/test_comparison_methods_comprehensive.py
tests/test_compute_benchmarks_comprehensive.py
tests/test_compute_benchmarks_design.py
tests/test_compute_identical_comprehensive.py
tests/test_compute_indices_comprehensive.py
tests/test_compute_perceptual_hash_comprehensive.py
tests/test_compute_perceptual_match_comprehensive.py
tests/test_compute_sha_bins_comprehensive.py
tests/test_compute_versions_comprehensive.py
tests/test_orchestrator_comprehensive.py
tests/test_photo_file_pixel_array.py
tests/test_rotation_aware_comparison.py
tests/test_server_shutdown.py
tests/test_template_similarity_comprehensive.py