Releases: bonastreyair/node-red-contrib-teachable-machine
Releases · bonastreyair/node-red-contrib-teachable-machine
Release 1.4.1
Changed
- Make package node-red compliant with Scorecard
- Upgraded @tensorflow/tfjs-node to 4.10.0
- Upgraded node-fetch to version 3.3.2
- Upgraded pureimage to version 0.4.8
- Changed pre-commit yaml formatter
- Upgraded pre-commit hooks
Fixed
- CI badge status
Release 1.4.0
Added
- Local Mode Support
Changed
- Improved code structure
- Upgrade pre-commit dependencies
- Dependency change from @tensorflow/tfjs to @tensorflow/tfjs-node
- Upgraded node-fetch to version 3.3.0
- Upgraded pureimage to version 0.3.14
Release 1.3.1
Added
- Using
pre-commit.ci
with its own badge - New
Code Climate
mantainability score badge
Changed
- Improved status node information
- shape:
- ■
dot
: node is idle - □
ring
: node is working
- ■
- color:
- 🟩
green
: model is available - 🟨
yellow
: preparing model - 🟥
red
: node error
- 🟩
- shape:
Fixed
- Node hungs when using a bad image buffer, even with PNG images - #21
Release 1.3.0
Added
- Model reload option flag during running time - #22 - Thanks @acejacek for the suggestion and the PR
pre-commit
common checks withstandard
,yamlfmt
andmdformat
style checks- GitHub Actions CI test with badge
- npm quality badge to the
README
file - Automatic dependency checks with dependabot
Changed
- Upgraded
node-fetch
to version3.0.0
- Upgraded
pureimage
to version0.3.5
- Upgraded
package-lock.json
file format tov7
- Updated the
basic
example with the new reload option flag
Release 1.2.2
Changed
- Upgraded
@tensorflow/tfjs-node
to version1.4.0
to help Raspberry Pi installation - #18
Release 1.2.1
Added
package-lock.json
to ensure always exact versions during installation
Fixed
- Output API was changed by mistake, now msg.payload still outputs
class
andscore
keys for each classification as inv1.1.0+
releases - When selecting all predictions without filter only one result was showing up
Release 1.2.0
Added
- Compatibility with official Node-RED Dockerized image based on Alpine image
- Compatibility with Raspberry Pi
pureimage
npm package dependency to manage buffer images using pure javascript - #17node-fetch
npm package dependency to manage http request to obtain the model info
Removed
@teachablemachine/image
npm package dependencyjsdom
npm package dependencycanvas
npm package dependency
Release 1.1.5
Release 1.1.4
Fixed
- Better usage of
HTMLVideoElement
class imported fromdom.window
- Better accuracy representation in the node status without decimals
Changed
- Some variable types from
const
tovar
Release 1.1.3
Fixed
- Prediction does not work when save_image's box is checked - #14
Changed
- Dependancy is now
@tensorflow/tfjs v1.3.1
instead of@tensorflow/tfjs-node v1.4.0
, to match teachable machine correct dependencies