/tfjs-cv-objectdetection

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

Primary LanguageJavaScriptMIT LicenseMIT

Software License PRs Welcome

TensorFlow.js Example: Using an Azure Custom Vision Object Detection model to detect Logos 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 Azure Logo images used in this example, are from the AI Vision Provision demo shown at the Microsoft Connect() event in 2018 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-objectdetection.azureedge.net.