Using Convolutional neural network to classify fashion images This model starts from reading images as pixels, process the images in order to prepare it to be injected to the CNN model. The CNN model contains convolutional layer as kernel or features detectors. At the begining we use 32 kernels with dimentions 3*3, then to imporve the model we use 64 kernels Moreover, we then use max pooling to preserve the most importance features. Then Flatten the features to be injected into the dense layers