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.ciwith its own badge - New
Code Climatemantainability 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-commitcommon checks withstandard,yamlfmtandmdformatstyle checks- GitHub Actions CI test with badge
- npm quality badge to the
READMEfile - Automatic dependency checks with dependabot
Changed
- Upgraded
node-fetchto version3.0.0 - Upgraded
pureimageto version0.3.5 - Upgraded
package-lock.jsonfile format tov7 - Updated the
basicexample with the new reload option flag
Release 1.2.2
Changed
- Upgraded
@tensorflow/tfjs-nodeto version1.4.0to help Raspberry Pi installation - #18
Release 1.2.1
Added
package-lock.jsonto ensure always exact versions during installation
Fixed
- Output API was changed by mistake, now msg.payload still outputs
classandscorekeys 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
pureimagenpm package dependency to manage buffer images using pure javascript - #17node-fetchnpm package dependency to manage http request to obtain the model info
Removed
@teachablemachine/imagenpm package dependencyjsdomnpm package dependencycanvasnpm package dependency
Release 1.1.5
Release 1.1.4
Fixed
- Better usage of
HTMLVideoElementclass imported fromdom.window - Better accuracy representation in the node status without decimals
Changed
- Some variable types from
consttovar
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.1instead of@tensorflow/tfjs-node v1.4.0, to match teachable machine correct dependencies