Skip to content

Releases: bonastreyair/node-red-contrib-teachable-machine

Release 1.1.2

03 May 19:06

Choose a tag to compare

Added

  • PayPal donation badge in README file

Fixed

  • className key (when Best prediction option) fixed to class in the results
  • Refinements on README file
  • Alignment HTML icons in node configuration

Release 1.1.1

24 Apr 09:36
b6fc9f1

Choose a tag to compare

Added

  • New configuration checkbox to pass through the input image in msg.image

Changed

  • probability key changed to score in the results
  • Updated example with new configuration parameter

Fixed

  • Selecting Best prediction option made the Name disappear

Release 1.1.0

22 Apr 18:38

Choose a tag to compare

Changed

  • Updated image on how to use Teachable Machine and configuration node on Step 3
  • Use standard image treatment for README instead of HTML
  • Upgraded to @tensorflow/tfjs-node v1.4.0 to enable coexistantce with tfjs-nodes nodes - #8

Release 1.0.1

15 Apr 17:14

Choose a tag to compare

Changed

  • Updated information help node

Release 1.0.0

15 Apr 14:02
91d3856

Choose a tag to compare

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 predictions Output mode is selected
    • Threshold in % - (0 -> 100%)
    • Max. results - (1 -> 5)
  • General code optimitzations
  • Mentions section in README file

Changed

  • Icon updated to Tensorflow 2.0 new logo
  • Updated configuration node
  • Using all README badges from Shields.io
  • Outputs is always an array of results even if Best prediction is selected

Release 0.1.3

12 Apr 19:25

Choose a tag to compare

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

11 Apr 23:22
6cb1f60

Choose a tag to compare

Added

  • Improvements on README file

Fixed

  • Loading model error response.arrayBuffer is not a function - #3

Release 0.1.1

11 Apr 15:19
034543b

Choose a tag to compare

Added

  • Comments in the code

Changed

  • Downgraded @tensorflow/tfjs-node from version v1.4.0 to v1.3.1 for better compatibility
  • Output has changed from checkbox to a list, you can now select Best predictions or All predictions
  • Code cleaning

Release 0.1.0

11 Apr 04:40

Choose a tag to compare

Added

  • Functional using Teachable Machine Online Model URL
  • Option to select Top-1 or all results
  • CHANGELOG.md file
  • README.md file