Builda model with text and image input and gives label output

Hello, i build a dp.df which includes labels, path to images and names of the images.
How can i build a multi input model that takes path and image as a inputs and test with labels.
Thank you for your help :slight_smile:

Hi @derin_Cakiroglu

Welcome to the TensorFlow Forum!

Please provide some more detail on the issue. You can have a look at this
image_dataset_from_directory API to fetch the image dataset and labels from the directory and to know it’s usability in your dataset. Thank you.