Model Pipeline - Compose transforms
This pipeline shows how multiple image transformations are combined using Compose in PyTorch to prepare data for training a model. Compose applies each transform step-by-step to the input images, making preprocessing easy and organized.