Releases: bonastreyair/node-red-contrib-teachable-machine
Releases · bonastreyair/node-red-contrib-teachable-machine
Release 1.1.2
Added
- PayPal donation badge in
READMEfile
Fixed
classNamekey (whenBest predictionoption) fixed toclassin the results- Refinements on
READMEfile - Alignment HTML icons in node configuration
Release 1.1.1
Added
- New configuration checkbox to pass through the input image in
msg.image
Changed
probabilitykey changed toscorein the results- Updated example with new configuration parameter
Fixed
- Selecting
Best predictionoption made theNamedisappear
Release 1.1.0
Changed
- Updated image on how to use Teachable Machine and configuration node on Step 3
- Use standard image treatment for
READMEinstead of HTML - Upgraded to
@tensorflow/tfjs-node v1.4.0to enable coexistantce with tfjs-nodes nodes - #8
Release 1.0.1
Changed
- Updated information help node
Release 1.0.0
Added
- Total npm downloads badge
- Online/Local options in configuration node (Local still not functional)
- Internal common functions to set node status
- New Filters configurations when
All predictionsOutput mode is selected- Threshold in % - (0 -> 100%)
- Max. results - (1 -> 5)
- General code optimitzations
- Mentions section in
READMEfile
Changed
- Icon updated to Tensorflow 2.0 new logo
- Updated configuration node
- Using all
READMEbadges from Shields.io - Outputs is always an array of results even if
Best predictionis selected
Release 0.1.3
Added
- Use of badges in README file
- New images for Installation and Node usage in README
- JavaScript code has been standarized following Standard JS
Changed
- Information on HTML node - #5
Fixed
- Typos on README
- basic example with issues to load
- Errors not shown on console or in Node-RED
Release 0.1.2
Added
- Improvements on
READMEfile
Fixed
- Loading model error
response.arrayBuffer is not a function- #3
Release 0.1.1
Added
- Comments in the code
Changed
- Downgraded
@tensorflow/tfjs-nodefrom versionv1.4.0tov1.3.1for better compatibility - Output has changed from
checkboxto alist, you can now selectBest predictionsorAll predictions - Code cleaning
Release 0.1.0
Added
- Functional using Teachable Machine Online Model URL
- Option to select Top-1 or all results
- CHANGELOG.md file
- README.md file