Skip to content

v1.0.0

Compare
Choose a tag to compare
@kevinanielsen kevinanielsen released this 20 Oct 17:45

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