1.0.13 • Published 5 years ago

mobilenetv2skincancer v1.0.13

Weekly downloads
4
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago