@joshyzou/localskinconditiondetector
Version:
Detects 15 of the most common skin conditions. (local version)
20 lines (18 loc) • 467 B
JSON
{
"name": "LobeTensorFlowJSExample",
"version": "1.0.0",
"description": "Typescript example for running TensorFlow.js export of a Lobe model with Node.",
"main": "tfjsExample.ts",
"dependencies": {
"@tensorflow/tfjs-node": "^2.7.0",
"@types/node": "^14.14.7",
"ts-node": "^9.0.0",
"typescript": "^4.2.3"
},
"devDependencies": {},
"scripts": {
"predict": "ts-node tfjsExample.js"
},
"author": "Microsoft",
"license": "MIT"
}