14 Star 85 Fork 27

Bd999 / Recognize.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
BuildTools 提交于 2020-04-01 13:34 . readme update
{
"name": "recognizejs",
"version": "1.0.0-alpha",
"description": "Node.js image detection and recognition framework",
"main": "index.js",
"scripts": {
"test": "ava --verbose --timeout 3600000"
},
"ava": {
"files": [
"test/*.js"
],
"babel": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/18510047382/recognizejs.git"
},
"keywords": [
"recognize",
"identify",
"object",
"image",
"tensorflow",
"neural",
"network"
],
"author": "Bill Dong",
"license": "MIT",
"bugs": {
"url": "https://github.com/18510047382/recognizejs/issues"
},
"homepage": "https://github.com/18510047382/recognizejs#readme",
"dependencies": {
"@tensorflow-models/coco-ssd": "^2.0.1",
"@tensorflow-models/mobilenet": "^2.0.4",
"@tensorflow/tfjs-node": "^1.7.1",
"gm": "^1.23.1",
"jpeg-js": "^0.3.7"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"ava": "^3.5.2"
}
}
JavaScript
1
https://gitee.com/bd999/recognizejs.git
git@gitee.com:bd999/recognizejs.git
bd999
recognizejs
Recognize.js
master

搜索帮助