import tensorflow as tf from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Input, Conv2D, MaxPooling2D, Flatten, Dense # Initialize the model model = Sequential()