1.0.13 • Published 6 years ago

mobilenetv2skincancer v1.0.13

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

GSOC GitHub npm (tag)

The MobileNetV2 model pretrained on imagenet and fine-tuned on the skin cancer dataset.
The default input size for this model is 224x224.

Install npm install mobilenetv2skincancer

How to use

import SkinCancerPrediction from 'mobilenetv2skincancer';

const nvSample = './assets/nv_sample.jpg';

const run = async () => {
    const predictor = await ResNetPredictor.create();
    const prediction = await predictor.classify(nvSample);
    return prediction;
}
```odel(ResNetURL);
1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago