Skip to content

RyanLinXiang/mel-detect-poc

Repository files navigation

mel-detect-poc

melanoma detection proof of concept

Description

This is a tutorial project for my article "How to run AI models locally in a mobile device with React Native and Tensorflow.js". In this article my goal is to show how simple it is to integrate and run an AI model on the mobile device with React Native and Tensorflow.js.

The app here builds a simple user interface around an image classifier model which I took as an example and which is trained based on publicy accessable melanoma (skin cancer) images. The app asks the user to select an individual skin mole picture and returns the probability of this mole being a melanoma. The underlying AI model runs completely locally and contained in the mobile device.

screenshot

You can find a more elaborated solution here in my repos.

Dependencies

package.json

Installing

npm install

Executing program

npm start

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published