This document presents a skin disease detection method using image processing, data mining, and deep learning techniques. The proposed system uses a mobile application where users can upload images of affected skin areas. The images then undergo preprocessing like filtering and segmentation. Features are extracted from the images using techniques like 2D wavelet transform and GLCM. These features are classified using support vector machine (SVM) and convolutional neural network (CNN) models. The results show that CNN achieves higher overall accuracy compared to SVM, with accuracies of 99.1% for CNN vs 90.7% for SVM.