Loading Image dataset

Hi all,

I have a dataset with images in folders (train, test, and evaluation). Each folder train, test, and evaluation contains the folders with the same name (classes): Horses, Cars, Cats, Dogs, etc. with images (224x224).

Could you please advise me on how I can load such a dataset for training and subsequently for inference?

I am using Fastai version: ‘1.0.59’

Thank you!