This document presents a system for automatically suggesting outfits to users based on image processing of their photo. The system uses Haar classifiers and OpenCV for face detection to determine facial features like skin tone and face shape. It then classifies the image using a machine learning model trained on Microsoft Azure to identify the skin tone. Based on the determined skin tone and face shape, as well as an indicated occasion, the system generates outfits from its database that are best suited for the user. It aims to help people choose appropriate outfits and boost their confidence by recommending options customized for their individual features and needs.