-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 962 Bytes
/
package.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
{
"name": "ai.natml.natml.arfoundation",
"version": "1.0.3",
"displayName": "NatML ARFoundation",
"description": "Unity ARFoundation support library for NatML.",
"unity": "2022.3",
"dependencies": {
"ai.natml.natml": "1.1.15",
"com.unity.mathematics": "1.2.1",
"com.unity.xr.arfoundation": "5.0.7"
},
"keywords": [
"natml",
"machine learning",
"ml",
"aritificial intelligence",
"ai",
"computer vision",
"opencv",
"android",
"ios",
"macos",
"windows",
"coreml",
"nnapi",
"directml",
"tensorflow",
"pytorch",
"torch",
"natdevice",
"natcorder"
],
"author": {
"name": "NatML",
"email": "hi@natml.ai",
"url": "https://github.com/natmlx"
},
"license": "Apache-2.0",
"repository": "github:natmlx/natml-arfoundation"
}