### Details: - Actualize JS API readme file for npm - Fix link to node directory - Fix .npmignore to do not include extra files into npm package --------- Co-authored-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com> |
||
|---|---|---|
| .. | ||
| README.md | ||
| classification_sample_async.js | ||
README.md
Image Classification Async Node.js Sample
Models with only 1 input and output are supported.
Run:
node classification_sample_async.js -m *path_to_model_file* -i *path_to_img1* -i *path_to_img2* -d AUTO
Other details see in ../../../python/classification_sample_async/README.md