/tfjs-customvision

TensorFlow.js Example: Using an Azure Custom Vision model to detect tuberculosis in a web browser

Primary LanguageHTMLMIT LicenseMIT

Software License PRs Welcome

TensorFlow.js Example: Using an Azure Custom Vision model to detect tuberculosis in a web browser

This example shows you how to use a Machine Learning, which was created with the Microsoft Azure Custom Vision service, in a web browser application.

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

About

For more details about this project, please checkout my YouTube Video:

Watch the video

Setup

Prepare the node environments:

$ npm install
# Or
$ yarn

Run the local web server script:

$ node server.js

Demo

If you wan't, you can test the deployed application under under https://tfjs-imageclassification.azureedge.net.