Skip to content

Releases: kevinanielsen/tfjs-image-node

v1.0.4

21 Oct 10:49
32fc0e4
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

21 Oct 10:20
7e680a7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

21 Oct 09:05
c1a3203
Compare
Choose a tag to compare

Added tests and updated export to default export.

import classifyImage from "tfjs-image-node";
// can now be used to import function

You can still install it from the npm registry with your favorite package manager like

npm install tfjs-image-node
# or
yarn add tfjs-image-node
# or 
bun add tfjs-image-node

v1.0.0

20 Oct 17:45
Compare
Choose a tag to compare

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