UNPKG
node-red-contrib-tfjs-pj1
Version:
latest (1.0.0)
1.0.0
custom Node-RED for classification
node-red-contrib-tfjs-pj1
/
label.js
9 lines
(8 loc)
•
119 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
labels
=
[
'cardboard'
,
'plastic'
,
'paper'
,
'glass'
,
'metal'
];
module
.
exports
= labels;