Demo: http://bit.ly/skinapp-demo
HAM10000 from ISIC archive
/ | Benign | Malignant |
---|---|---|
original | 5365+1341 | 891+222 |
balanced | 891+222 | 891+222 |
ResNext50 (pretrained) Fine-tuned using Fastai library with data augmentation.
/ | Accuracy | Precision | ROC AUC | F1 |
---|---|---|---|---|
original | 92.6% | 0.825 | 0.955 | 0.727 |
balanced | 85.8% | 0.933 | 0.932 | 0.849 |
/ | benign | malignant |
---|---|---|
benign | 196 | 26 |
malignant | 39 | 183 |
- Clone this repo,
cd
to the directory. - Download the model weights into
$YOUR_PATH/model
. - Create virtual environment with conda
conda env create -f environment.yml
. - Open the terminal, run
python run.py
. - View at http://localhost:5000.