Project structure
pyproject.toml— package metadata, stable dependencies and experimental extrashybrid_sample_generator/configuration/— validated, section-based configurationhybrid_sample_generator/domain/— input and persisted study recordshybrid_sample_generator/persistence/— repository, study paths and artifactshybrid_sample_generator/pipeline/— ingestion and the public orchestration facadehybrid_sample_generator/imaging/— shared image, similarity and mask operationshybrid_sample_generator/extraction/— dimension-independent anomaly extractionhybrid_sample_generator/matching/— hybrid planning and matching cachehybrid_sample_generator/generation/— generation service, model registry, training and supported VAEshybrid_sample_generator/fusion/— fusion service, shared preprocessing and the classical backendhybrid_sample_generator/evaluation/— pairwise metrics, outliers and reportshybrid_sample_generator/datasets/— repository-backed training datasetshybrid_sample_generator/visualization/— study browser and maintenance UIexamples/— shared example helpers plus 2D image, 3D NIfTI and MVTec AD 2 workflowstests/— tests grouped by the same feature boundariesexperiments/— unsupported prototypes, optional dependencies and isolated tests