The chapter focuses on developing a deep learning-based image classification model for fashion and apparel. With the rise of online retail services, there is a growing need for accurate and efficient apps to categorize fashion garments based on their attributes from image data. The study proposes a fine-grained deep feature expansion framework using transfer learning to address this need. The dataset consists of approximately 44,000 images of fashion apparel with six categories, including gender, subcategory, article type, base color, season, and usage. The images are preprocessed to remove corrupted images and resized to 256 by 256 pixels. The proposed framework employs pre-trained CNN models such as ResNet50 or Vgg19 for feature extraction, fine-tuning, and transfer learning. The CNN architecture consists of several layers: convolutional layers, residual blocks, max-pooling layers, and dense layers.