Core conceptsΒΆ
KonfAI is easiest to understand when you keep four ideas in mind:
YAML builds Python objects rather than acting as a loose parameter blob.
Datasets are organized by groups such as
CT,MR,SEG, orMASK.Model outputs are addressable by module path, which is how losses, metrics, and exported predictions are attached.
The same low-level workflow can later be packaged as a KonfAI App.