import fastai import fastai.vision import PIL import gradio import matplotlib import numpy import pandas from fastai.vision.all import * # # create class class ADA_SKIN(object): # # initialize the object def __init__(self, name="Wallaby",verbose=True,*args, **kwargs): super(ADA_SKIN, self).__init__(*args, **kwargs) self.author = "Jey" self.name = name if (verbose): self._ph() self._pp("Hello from class", str(self.__class__) + " Class: " + str(self.__class__.__name__)) self._pp("Code name", self.name) self._pp("Author is", self.author) self._ph() # self.article += '

Example Images: (left to right)

    ' self.article += '
  1. Bowen Disease (AKIEC)
  2. ' self.article += '
  3. Basal Cell Carcinoma
  4. ' self.article += '
  5. Benign Keratosis-like Lesions
  6. ' self.article += '
  7. Dermatofibroma
  8. ' self.article += '
  9. Melanoma
  10. ' self.article += '
  11. Melanocytic Nevi
  12. ' self.article += '
  13. Squamous Cell Carcinoma
  14. ' self.article += '
  15. Vascular Lesions
  16. ' self.article += '
  17. Benign
  18. ' self.article += '
  19. Benign 2
' self.article += '

Train Result: