Abstract
E-commerce platforms are flooded with a large variety of products, particularly clothing, making it
challenging for users to find relevant items. In this paper, we present a methodology for building an efficient Clothing
Classifier using deep learning techniques with the Keras library. We leverage Convolutional Neural Networks
(CNNs), which are well-suited for image classification tasks, to categorize clothing items into predefined categories
(e.g., shirts, pants, dresses, shoes). This paper demonstrates the process from data collection, pre-processing, model
design, and evaluation to create an image classifier capable of identifying clothing types in an e-commerce setting.