Skip to content

paulsp94/mobilenetv2skincancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published