DeepClas4BioImagePyISIC is an ImagePy plugin that connects ImagePy with the DeepClas4Bio API. This plugin allows ImagePy users to use the ResNet model of Keras trained in the ISIC dataset to classify an image.
To use this plugin is necessary to have installed ImagePy with python 3.6 and the DeepClas4Bio API.
To install this plugin you have to download it and put it in the path imagepy --> menus --> Plugins --> DeepClas4Bio.
This plugin use a Keras model, the ResNet34 model, trained in the ISIC dataset. The steps we have followed to fine-tune this model can be found in the following Colab Notebook.
In this section, we will see an example of how to use this plugin. For this example we will classify an ISIC image.
To use the plugin you must follow the following steps: