Generation

generate functionFri, 12 May 2023

read out off the word in the image

def image_to_string(img): return (img.split("_")[1]).split(".")[0] image_to_string(image_list[0])

Want to kickstart your project?Use the new AI Studio to create your code