openvino/samples/js/node/hello_classification
Vishniakov Nikolai 3d0ea5b4a9
[DOCS][OV JS] Update JS API readme (#23138)
### 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>
2024-02-29 16:36:52 +00:00
..
README.md [DOCS][OV JS] Update JS API readme (#23138) 2024-02-29 16:36:52 +00:00
hello_classification.js [OV JS] Fix npm dependencies (#22810) 2024-02-13 14:47:44 +00:00

README.md

Hello Classification Node.js Sample

Models with only 1 input and output are supported.

Run:

node hello_classification.js *path_to_model_file* *path_to_img* AUTO

Other details see in ../../../python/hello_classification/README.md