UNPKG

@tensorflow-models/coco-ssd

Version:

Object detection model (coco-ssd) in TensorFlow.js

65 lines (64 loc) 2.07 kB
{ "name": "@tensorflow/tfjs", "version": "0.15.2-5af6a1d5", "description": "An open-source machine learning framework.", "private": false, "main": "dist/index", "jsnext:main": "dist/tf.esm.js", "module": "dist/tf.esm.js", "jsdelivr": "dist/tf.min.js", "unpkg": "dist/tf.min.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/tensorflow/tfjs.git" }, "license": "Apache-2.0", "devDependencies": { "@octokit/rest": "15.2.6", "@types/jasmine": "2.8.7", "@types/node": "~9.6.1", "babel-core": "~6.26.3", "clang-format": "~1.2.2", "commander": "~2.14.1", "jasmine": "3.1.0", "jasmine-core": "~3.1.0", "karma": "~2.0.0", "karma-browserstack-launcher": "~1.3.0", "karma-chrome-launcher": "~2.2.0", "karma-firefox-launcher": "~1.1.0", "karma-jasmine": "~1.1.1", "karma-typescript": "~3.0.12", "mkdirp": "~0.5.1", "rimraf": "~2.6.2", "rollup": "~0.58.2", "rollup-plugin-babel": "~3.0.4", "rollup-plugin-commonjs": "9.1.3", "rollup-plugin-json": "~3.0.0", "rollup-plugin-node-resolve": "3.3.0", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-typescript2": "0.13.0", "rollup-plugin-uglify": "~3.0.0", "shelljs": "~0.8.1", "ts-node": "~4.1.0", "tslint": "~5.9.1", "typescript": "2.9.2", "yalc": "~1.0.0-pre.21" }, "scripts": { "build": "tsc", "build-npm": "./scripts/build-npm.sh", "link-local": "yalc link", "publish-local": "yarn build-npm && yalc push", "lint": "tslint -p . -t verbose", "test": "ts-node ./scripts/release_notes/run_tests.ts && karma start", "test-travis": "ts-node ./scripts/release_notes/run_tests.ts && karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun", "release-notes": "ts-node ./scripts/release_notes/release_notes.ts" }, "dependencies": { "@tensorflow/tfjs-converter": "0.8.3", "@tensorflow/tfjs-core": "0.15.2", "@tensorflow/tfjs-data": "0.2.2", "@tensorflow/tfjs-layers": "0.10.2" } }