-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"name": "node-red-hand",
"version": "1.0.0",
"description": "used tensorflow mediapipe hands model in real-time webcam in node red",
"author": "5FNSaaS - Team. Hands",
"license": "MIT",
"node-red": {
"nodes": {
"hand-register": "hand-register.js",
"hand-find": "hand-find.js",
"hand-detection": "hand-detection.js"
}
},
"dependencies": {
"compute-cosine-similarity": "^1.0.0",
"@mediapipe/camera_utils": "^0.3.1631210127",
"@mediapipe/control_utils": "^0.6.1629159505",
"@mediapipe/control_utils_3d": "^0.2.1625245254",
"@mediapipe/drawing_utils": "^0.3.1620248257",
"@mediapipe/pose": "^0.4.1630009814",
"jquery": "^3.6.0"
},
"keywords": [
"node-red",
"mediapipe",
"hands-detection",
"hands-find",
"hands motion"
]
}