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