gambar ke array keras

image = tf.keras.preprocessing.image.load_img(image_path)

input_arr = keras.preprocessing.image.img_to_array(image)

Busy Bat