tfjs-yolo-tiny-test
Version:
YOLO Object detection right in the browser via Tensorflow.js
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "tfjs-yolo-tiny-test",
"description": "YOLO Object detection right in the browser via Tensorflow.js",
"version": "1.0.2",
"main": "dist/index.bundle.js",
"license": "MIT",
"keywords": [
"tfjs",
"Tensorflow",
"Tensorflow.js",
"YOLO",
"object detection",
"machine learning",
"deep learning"
],
"author": "Berkay Tutal <berkay@tutal.me>",
"repository": {
"type": "git",
"url": "https://github.com/btutal/tfjs-yolo-tiny-test"
},
"peerDependencies": {
"@tensorflow/tfjs": "^0.13"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.5.0",
"babel-preset-env": "^1.6.1",
"jest": "^22.4.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"scripts": {
"build": "webpack",
"test": "jest",
"watch": "webpack --watch"
},
"dependencies": {
"@tensorflow/tfjs": "^0.13.5",
"acorn": "^6.1.1"
}
}