1) The document presents a novel system for automatically detecting and classifying seven types of skin diseases using deep learning models.
2) It first uses a U-Net model for image segmentation, followed by an InceptionV3 transfer learning model for classification. Feature extraction is then performed on InceptionV3 to merge image and metadata features.
3) An XGBoost classifier is trained on the merged features to predict skin disease classes, achieving 95% accuracy, 95% precision, 95% recall, and 95% F1 score, outperforming previous methods.