This document presents a study on detecting different types of skin diseases using a Raspberry Pi. The study uses a convolutional neural network model for image classification of skin diseases. Images of different skin diseases are collected and preprocessed. A transfer learning technique is applied using pretrained models like ResNet50, InceptionV3, and MobileNet. The models are trained on dermatological images classified into diseases like melanoma, vitiligo and others. The trained models achieve over 90% accuracy. A Raspberry Pi with camera is used to capture skin images, detect the disease using the model and display the result on an IoT page for easy diagnosis. The system provides a low-cost solution for identifying common skin diseases through smartphone-based analysis.