renjiege / skinapp

Skin Lesion Detection Flask App Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skinapp - Skin Lesion Detection Flask App Demo

Demo: http://bit.ly/skinapp-demo

Dataset:

HAM10000 from ISIC archive

/ Benign Malignant
original 5365+1341 891+222
balanced 891+222 891+222

Arch:

ResNext50 (pretrained) Fine-tuned using Fastai library with data augmentation.

Training Stat:

/ Accuracy Precision ROC AUC F1
original 92.6% 0.825 0.955 0.727
balanced 85.8% 0.933 0.932 0.849

Confusion Matrix:

/ benign malignant
benign 196 26
malignant 39 183

Quick-start - run it locally

  1. Clone this repo, cd to the directory.
  2. Download the model weights into $YOUR_PATH/model.
  3. Create virtual environment with conda conda env create -f environment.yml.
  4. Open the terminal, run python run.py.
  5. View at http://localhost:5000.

Acknowledgement

About

Skin Lesion Detection Flask App Demo

License:MIT License


Languages

Language:Python 69.9%Language:JavaScript 17.8%Language:HTML 9.9%Language:CSS 2.4%