tfjs-image-node

A simple image classifier using tfjs, that can run in Node.js

MIT License

Downloads
43
Stars
1

Bot releases are hidden (Show)

tfjs-image-node - v2.2.0 Latest Release

Published by kevinanielsen 11 months ago

Minor Changes

tfjs-image-node - v2.1.0

Published by kevinanielsen 11 months ago

Minor Changes

tfjs-image-node - v2.0.4

Published by kevinanielsen 11 months ago

Patch Changes

tfjs-image-node - v2.0.3

Published by kevinanielsen 11 months ago

Patch Changes

tfjs-image-node - v2.0.2

Published by kevinanielsen 11 months ago

Patch Changes

  • Add prettier and format
tfjs-image-node - v2.0.1

Published by kevinanielsen 11 months ago

Patch Changes

tfjs-image-node - v1.1.2

Published by kevinanielsen 11 months ago

tfjs-image-node - v1.0.9

Published by kevinanielsen 11 months ago

tfjs-image-node - v1.0.8

Published by kevinanielsen 11 months ago

Install

npm install tfjs-image-node
# or 
pnpm add tfjs-image-node

Full Changelog: https://github.com/kevinanielsen/tfjs-image-node/compare/v1.0.6...v1.0.8

tfjs-image-node - v1.06

Published by kevinanielsen 11 months ago

tfjs-image-node - v1.0.4

Published by kevinanielsen 12 months ago

tfjs-image-node - v1.0.3

Published by kevinanielsen 12 months ago

What's Changed

Full Changelog: https://github.com/kevinanielsen/tfjs-image-node/compare/v1.0.2...v1.0.3

tfjs-image-node - v1.0.2

Published by kevinanielsen 12 months ago

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
tfjs-image-node - v1.0.0

Published by kevinanielsen 12 months ago

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