v1.0.0
The release includes the function classifyImage() which takes in 3 arguments: the ai model (currently only works with teachable machine), the image you want to classify, and the metadata.json for the ai model.
Install with
npm i tfjs-image-node
# or
yarn add tfjs-image-node
# or
bun add tfjs-image-node