from PIL import Image
import numpy as np
# Let's check the folder to see what files are available
import os
files = os.listdir("/mnt/data")
files