/tfjs-tuberculosis

TensorFlow.JS Example: Training Tuberculosis X-Ray images with Node.JS

Primary LanguageJavaScriptMIT LicenseMIT

Software License PRs Welcome

TensorFlow.JS Example: Training Tuberculosis X-Ray images with Node.JS

This example shows you how to train Tuberculosis X-Ray images (using the layers API) under Node.js.

The Tuberculosis X-Ray images used in this example, are from the Kaggle website and are not published with this repository.

Prepare the node environments:

$ npm install
# Or
$ yarn

Run the training script:

$ node main.js

Run the local web server script:

$ node server.js