-
Notifications
You must be signed in to change notification settings - Fork 0
/
specs.json
50 lines (50 loc) · 1.03 KB
/
specs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"information": {
"id": "image-classifier",
"name": "Image Classifier",
"description": "General-purpose image classifier that uses a Vision Transformer model pre-trained on ImageNet-21k and fine-tuned on ImageNet 2012.",
"system_versions": [
"0.1"
],
"block_version": "block version number",
"block_source": "core/blocks/image-classifier",
"block_type": "compute"
},
"inputs": {
"input_img": {
"type": "file",
"connections": [],
"relays": []
}
},
"outputs": {
"prediction": {
"type": "Any",
"connections": [],
"relays": []
}
},
"action": {
"container": {
"image": "image-classifier",
"version": "latest",
"command_line": [
"python",
"entrypoint.py"
]
}
},
"views": {
"node": {
"behavior": "modal",
"active": "True or False",
"title_bar": {},
"preview": {},
"html": "",
"pos_x": "300",
"pos_y": "200",
"pos_z": "999"
}
},
"events": {}
}