-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 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
{
"name": "tfjs-server",
"version": "1.0.0",
"description": "Incubating JS API",
"repository": {
"type": "git",
"url": "https://github.mpi-internal.com/michel-hua/trying.git"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"tensorflow.js"
],
"author": "Michel Hua",
"license": "MIT",
"dependencies": {
"@tensorflow-models/coco-ssd": "^2.0.1",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow-models/toxicity": "^1.2.1",
"@tensorflow-models/universal-sentence-encoder": "^1.2.2",
"@tensorflow/tfjs-node": "^1.5.1",
"@tensorflow/tfjs-node-gpu": "^1.5.1",
"colorthief": "^2.3.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"face-api.js": "^0.22.0",
"jpeg-js": "^0.3.4",
"multer": "^1.4.2",
"node-fetch": "^2.6.0",
"nsfwjs": "^2.1.0",
"sharp": "^0.23.4",
"tesseract.js": "^2.0.1"
}
}