@tensorflow-models/coco-ssd
Version:
Object detection model (coco-ssd) in TensorFlow.js
41 lines (40 loc) • 1.41 kB
JSON
{
"name": "@tensorflow/tfjs-core",
"version": "1.0.0-alpha3-3c9fd990",
"description": "Hardware-accelerated JavaScript library for machine intelligence",
"private": false,
"main": "dist/index.js",
"jsdelivr": "dist/tf-core.min.js",
"unpkg": "dist/tf-core.min.js",
"types": "dist/index.d.ts",
"jsnext:main": "dist/tf-core.esm.js",
"module": "dist/tf-core.esm.js",
"engines": {
"yarn": ">= 1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs-core.git"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc",
"build-npm": "./scripts/build-npm.sh",
"link-local": "yalc link",
"publish-local": "rimraf dist/ && yarn build && yarn rollup -c && yalc push",
"lint": "tslint -p . -t verbose",
"coverage": "KARMA_COVERAGE=1 karma start --browsers='Chrome' --singleRun",
"test": "karma start",
"run-browserstack": "karma start --singleRun --reporters='dots,karma-typescript,BrowserStack' --hostname='bs-local.com'",
"test-benchmark": "cd integration_tests/benchmarks && yarn benchmark-travis && cd ../../",
"test-node": "ts-node src/test_node.ts",
"test-integration": "./scripts/test-integration.sh",
"test-travis": "./scripts/test-travis.sh"
},
"dependencies": {
"@types/seedrandom": "2.4.27",
"@types/webgl-ext": "0.0.30",
"@types/webgl2": "0.0.4",
"seedrandom": "2.4.3"
}
}