-
Notifications
You must be signed in to change notification settings - Fork 688
/
index.json
74 lines (74 loc) · 1.38 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"image": {
"tensorflowjs": [
{
"title": "Javascript",
"url": "/image/tensorflowjs/javascript.md"
},
{
"title": "p5.js",
"url": "/image/tensorflowjs/p5js.md"
}
],
"tensorflow": [
{
"title": "Keras",
"url": "/image/tensorflow/keras.md"
},
{
"title": "OpenCV Keras",
"url": "/image/tensorflow/opencv-keras.md"
}
],
"tflite": [
{
"title": "Android",
"url": "/image/tflite/android.md"
},
{
"title": "Coral",
"url": "/image/edgetpu/python.md"
}
]
},
"tiny_image": {
"tensorflowjs": [
{
"title": "Javascript",
"url": "/image/tensorflowjs/javascript.md"
}
],
"tflite": [
{
"title": "TensorFlow Lite for Microcontrollers",
"url": "/tiny_image/tflite/tinyml.md"
}
]
},
"audio": {
"tensorflowjs": [
{
"title": "Javascript",
"url": "/audio/tensorflowjs/javascript.md"
},
{
"title": "p5.js",
"url": "/audio/tensorflowjs/p5js.md"
}
],
"tflite": [
{
"title": "Android",
"url": "/audio/tflite/Android.md"
}
]
},
"pose": {
"tensorflowjs": [
{
"title": "Javascript",
"url": "/pose/tensorflowjs/javascript.md"
}
]
}
}