Tensorflow

This commit is contained in:
Johnathon Slightham
2021-02-20 05:50:53 -05:00
parent d9da392ae8
commit 57b9827e64
5 changed files with 384 additions and 54 deletions

View File

@@ -8,6 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tensorflow-models/posenet": "^2.2.1",
"@tensorflow/tfjs": "^2.8.6",
"@tensorflow/tfjs-converter": "^1.7.4",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"socket.io": "^3.1.1",
@@ -28,7 +31,9 @@
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.11",
"sass": "^1.22.3",
"sass-loader": "^7.1.0"
},
"eslintConfig": {
"root": true,