Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (17 loc) · 719 Bytes

readme.md

File metadata and controls

31 lines (17 loc) · 719 Bytes

Example

This is a tool that tries to identify an image that you give the system.

Prerequesits

You're going to need NodeJS on your system in order for this to run. Also, the RedisAI module.

Setup

From the examples folder please run yarn or npm install

Usage

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.jpg

Press 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