This is a tool that tries to identify an image that you give the system.
You're going to need NodeJS on your system in order for this to run.
From the examples folder please run yarn or npm install
This is a CLI tool and there are alreadys some example images that you can play around with in the img folder.
To get started run the following from examples/js:
> node mobilenet.js ../img/panda.jpgPress ctrl-c to end the program.
You can also pass in multiple images and the app will build up a table of guesses.
> node mobilenet.js ../img/sample_computer.jpg ../img/panda.jpg ../img sample_dog.jpg