Skip to content

Teachable Machine Node

AI/ML

Teachable Machine

Image classification using Teachable Machine models.

ai_ml_teachable_machineonnx
Inputs6
Outputs2
Security exposure10/10
Packageonnx

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

6

Input

Execution
exec_in

Initiate Execution

Model File

Struct
model

Path to *.tflite model

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Image

Struct
image_in

Image Object

NodeImageNodeImage1 fields
image_refstringrequired
Schema enforced

Labels

Struct
labels

Optional labels.txt

FlowPathFlowPath3 fields
pathstringrequired
store_refstringrequired
cache_store_refstring | null
Schema enforced

Input Width

Integer
input_width

Model input width

Default 224

Input Height

Integer
input_height

Model input height

Default 224

Output Pins

2

Output

Execution
exec_out

Done with the Execution

Predictions

Struct Array
predictions

Class Predictions

ClassPredictionClassPrediction3 fields
class_idxinteger:uint32required

Class index (0-based)

format uint32min 0
scorenumber:floatrequired

Confidence score (typically 0.0-1.0)

format float
labelstring | null

Optional human-readable class label

Node Info

Internal name
ai_ml_teachable_machine
Category
AI/ML