<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Article Tag Suite 1.3//EN" "https://jats.nlm.nih.gov/publishing/1.3/JATS-journalpublishing1-3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         article-type="research-article" xml:lang="English" dtd-version="1.3">
  <front>
    <journal-meta>
      <journal-title-group><journal-title>International Journal of Technology and Emerging Research</journal-title></journal-title-group>
      <issn pub-type="epub">3068-109X</issn>
      <publisher><publisher-name>IORO Publications</publisher-name></publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.64823/ijter.2604036</article-id>
      <article-id pub-id-type="publisher-id">212604296304</article-id>
      <title-group><article-title>Skin Disease Prediction Software </article-title></title-group>
      <contrib-group>
    <contrib contrib-type="author" corresp="yes">
      <name><surname>Tripathi</surname><given-names>Ayush</given-names></name>
      <aff>RKGITM</aff>
    </contrib>
    <contrib contrib-type="author">
      <name><surname>Sharma</surname><given-names>Avnish</given-names></name>
      <aff>RKGITM</aff>
    </contrib>
    <contrib contrib-type="author">
      <name><surname></surname><given-names>Aashi</given-names></name>
      <aff>RKGITM</aff>
    </contrib>
    <contrib contrib-type="author">
      <name><surname>Yadav</surname><given-names>Apeksha</given-names></name>
      <aff>RKGITM</aff>
    </contrib>
    <contrib contrib-type="author">
      <name><surname>Solanki</surname><given-names>Deepa</given-names></name>
      <aff>RKGITM</aff>
    </contrib>
      </contrib-group>
      <pub-date pub-type="epub"><year>2026</year><month>08</month><day>16</day></pub-date>
      <volume>2</volume>
      <issue>4</issue>
      <fpage>371</fpage>
      <lpage>376</lpage>
      <abstract><p>The increasing prevalence of skin diseases and 
the shortage of dermatologists in many regions 
have created a need for automated and efficient 
diagnostic systems. Traditional diagnosis relies 
heavily on expert analysis, which may be time-
consuming and inaccessible in remote areas. 
This paper proposes a Skin Disease Prediction 
System that utilizes machine learning and deep 
learning techniques to detect and classify skin 
diseases from images. The system employs a 
convolutional neural network (CNN) model 
trained on a large dataset of skin disease 
images. It integrates a full-stack architecture 
consisting of a frontend interface for user 
interaction, a backend server for processing, 
and a database for storing patient records and 
predictions. The system ensures accurate 
classification, fast processing, and scalability. 
Experimental results demonstrate that the 
proposed system achieves high accuracy and 
reliability in predicting multiple skin diseases. 
This solution can assist dermatologists, improve 
early diagnosis, and enhance healthcare 
accessibility.</p></abstract>
      <kwd-group kwd-group-type="author-generated"><kwd>deep learning</kwd><kwd>HAM10000</kwd><kwd>image processing</kwd><kwd>CNN</kwd><kwd>Skin Disease Detection</kwd><kwd>Artificial  Intelligence</kwd><kwd>Healthcare Systems.</kwd></kwd-group>
    </article-meta>
  </front>
  <body>
    <sec>
      <p>Skin Disease Detection Software using Machine Learning</p>
    <p>Apeksha Yadav1, Ayush Tripathi2, Avnish Sharma3, Aashi4, Deepa Solanki5</p>
    <p>1Student,5Assistant ProfessorComputer Science and Engineering, Raj Kumar Goel Institute of Technology Management, Ghaziabad, India</p>
    <p>INTRODUCTION</p>
    <p>Skin diseases are among the most common health issues worldwide, affecting millions of people. Conditions such as eczema, psoriasis, acne, and skin cancer require early detection to prevent complications.                                            Traditional diagnosis methods involve:</p>
    <p>Visual inspection by dermatologists </p>
    <p>Laboratory tests </p>
    <p>Biopsy procedures </p>
    <p>These methods can be:</p>
    <p>Time-consuming </p>
    <p>Expensive </p>
    <p>Limited in accessibility </p>
    <p>With advancements in Artificial Intelligence (AI) and Machine Learning (ML), automated diagnosis systems have become feasible.</p>
    <p>The proposed system:</p>
    <p>Uses image-based classification </p>
    <p>Provides quick predictions </p>
    <p>Reduces dependency on specialists </p>
    <p>Improves accessibility in rural area</p>
    <p>A. Ease of Use</p>
    <p>The system is designed to be user-friendly:</p>
    <p>Simple image upload interface </p>
    <p>Instant prediction results </p>
    <p>Minimal technical knowledge required </p>
    <p>B. Methodology Selection</p>
    <p>The system follows a three-tier architecture:</p>
    <p>Frontend → User interaction </p>
    <p>Backend → Model processing </p>
    <p>Database → Data storage </p>
    <p>Machine learning model:</p>
    <p>Convolutional Neural Network (CNN) </p>
    <p>Image preprocessing and augmentation </p>
    <p>C. Maintaining Specification Integrity</p>
    <p>Standard dataset formats </p>
    <p>Consistent model training pipeline </p>
    <p>Version control for reproducibility </p>
    <p>Testing at each development stage</p>
    <p>Figure 1 : Sample Skin Disease images</p>
    <p>                                                                  Figure 2: Flow of proposed Research Work                                      </p>
    <p>PREPROCESSING: </p>
    <p>To achieve a high performance of skin disease detection and prediction we required to overcome few problems which occur during loading the data. Such as color contrast and image size. To overcome this problem, we have module in our application which takes care of this thing. The image resizer program in python resize all the image for us before loading them onto the server for processing. Therefore the main target of this step is  to removes the background noises such as hair and air bubbles and other noises in the skin disease image. To eliminating those noises from the particular skin image and to get smoothing image, median filtering, mean, var and histogram is used. Then the post processing is applied to improve the shape and edges of skin disease image. </p>
    <p>FEATURE EXTRACTION:  </p>
    <p>For the feature extraction of the image we have to use an algorithm which will work on various layer of the image for the feature extraction from the image. Therefore, the proposed system tries to implement more algorithms which lead us to using the CNN.</p>
    <p>METHODOLOGY</p>
    <p>The HAM10000 dataset is used, containing over 10,000 labeled dermatoscopic images across multiple disease categories.</p>
    <p>B. Data Preprocessing</p>
    <p>Image resizing to 224×224 pixels </p>
    <p>Normalization </p>
    <p>Data augmentation (rotation, flipping, zooming) </p>
    <p>C. Model Architecture                                                                                                                                                    A pre-trained ResNet50 model is used with transfer learning. The final classification layer is modified for multi-class skin disease prediction.</p>
    <p>D. Training and Evaluation                                                                                                                                         The dataset is split into training, validation, and testing sets. Performance metrics include accuracy, precision, recall, and F1-score.</p>
    <p>PROPOSED SYSTEM</p>
    <p>The proposed system is a machine learning-based skin disease prediction platform.</p>
    <p>Workflow:</p>
    <p>User uploads image </p>
    <p>Image preprocessing </p>
    <p>Feature extraction </p>
    <p>Model prediction </p>
    <p>Result display </p>
    <p>A. System Components</p>
    <p>User Interface (Frontend) </p>
    <p>Image upload </p>
    <p>Result visualization </p>
    <p>Backend Server </p>
    <p>Handles requests </p>
    <p>Processes images </p>
    <p>Runs ML model </p>
    <p>Machine Learning Model </p>
    <p>CNN-based classifier </p>
    <p>Trained on skin dataset </p>
    <p>Database </p>
    <p>Stores images and results </p>
    <p>Maintains user records </p>
    <p>B. Phases</p>
    <p>        a. Data Collection Phase</p>
    <p>Dataset from medical sources (e.g., Kaggle) </p>
    <p>Includes multiple skin diseases </p>
    <p>b. Training Phase</p>
    <p>Image preprocessing </p>
    <p>Model training using CNN </p>
    <p>       c. Prediction Phase</p>
    <p>User uploads image </p>
    <p>Model predicts disease</p>
    <p>RESULT</p>
    <p>The system was tested under multiple conditions.</p>
    <p>A. Accuracy</p>
    <p>Achieved accuracy: 90%–97% depending on dataset </p>
    <p>B. Performance</p>
    <p>Fast prediction (&amp;lt;2 seconds) </p>
    <p>Efficient under moderate load </p>
    <p>C. Comparison</p>
    <p>DISCUSSION</p>
    <p>The results indicate that deep learning can significantly improve early detection of skin diseases. Integration with a web-based system enhances usability and accessibility. However, challenges such as dataset bias and image quality affect performance. Future improvements should focus on increasing dataset diversity and implementing explainable AI techniques.             </p>
    <p>ADVANTAGES</p>
    <p>Early disease detection </p>
    <p>Accessible in remote areas </p>
    <p>Low-cost solution </p>
    <p>Fast and automated diagnosis </p>
    <p>Reduces dermatologist workload </p>
    <p>LIMITATIONS</p>
    <p>Requires large dataset for better accuracy </p>
    <p>Dependent on image quality </p>
    <p>Cannot replace expert diagnosis fully </p>
    <p>Limited disease categories </p>
    <p>FUTURE SCOPE</p>
    <p>Integration with mobile applications </p>
    <p>Real-time detection using camera </p>
    <p>Use of AI for severity analysis </p>
    <p>Cloud deployment for scalability </p>
    <p>Addition of more disease classes </p>
    <p>       CONCLUSION</p>
    <p>The proposed Skin Disease Prediction System provides an efficient and scalable solution for automated skin disease detection. By leveraging machine learning and deep learning techniques, the system achieves high accuracy and fast performance.                                                                                                               </p>
    <p>It serves as a supportive tool for dermatologists and improves accessibility to healthcare, especially in remote areas.</p>
    <p>REFERENCES</p>
    <p>S. Arifin et al., “Dermatological disease diagnosis using color-skin images,” 2012.</p>
    <p>R. Yasir et al., “Dermatological disease detection using ANN,” 2014.</p>
    <p>A. Santy and R. Joseph, “Melanoma detection methods,” 2015.</p>
    <p>V. Zeljkovic et al., “Melanoma diagnosis for darker skin,” 2015.</p>
    <p>R. Suganya, “Automated skin lesion detection,” 2016.</p>
    <p>N. Alam et al., “Eczema detection using image processing,” IEEE, 2016.</p>
    <p>V. Kumar et al., “Skin disease detection using machine learning,” IEEE.</p>
    <p>A. Krizhevsky, I. Sutskever, and G. Hinton, “ImageNet classification with deep convolutional neural networks,” 2012.</p>
    <p>N. Cristianini and J. Shawe-Taylor, Support Vector Machines, 2000.</p>
    <p>J. Zhang et al., “Machine learning in skin disease diagnosis,” Diagnostics, 2023.</p>
    <p>J. Sun et al., “Machine learning methods in dermatology,” Processes, 2023.</p>
    <p>N. Ahmad et al., “Explainable AI in skin lesion classification,” Frontiers in Oncology, 2023.</p>
    <p>S. Malik et al., “High-precision skin disease diagnosis,” Bioengineering, 2024.</p>
    <p>J. Ferdous et al., “Skin disease detection using deep learning,” IEEE, 2024.</p>
    <p>S. Fatima et al., “Deep learning approaches for skin disease detection,” 2025.</p>
    </sec>
  </body>
</article>