Tensorflow

This commit is contained in:
plane000
2018-09-09 07:06:16 +01:00
parent 9ed69a60eb
commit a29377f2c6
10 changed files with 447 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "tensorflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@tensorflow/tfjs": "^0.12.7",
"@tensorflow/tfjs-node": "^0.1.15"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}