UNPKG

smarthomefans-darknet

Version:

A Node wrapper of pjreddie's open source neural network framework Darknet, using the Foreign Function Interface Library. Read: YOLOv3 in JavaScript.

44 lines (43 loc) 1.06 kB
{ "name": "smarthomefans-darknet", "version": "1.3.10", "description": "", "main": "darknet.js", "typings": "darknet.d.ts", "repository": "https://github.com/smarthomefans/darknet.js", "homepage": "https://github.com/smarthomefans/darknet.js", "scripts": { "test": "./examples/example && jasmine", "install": "./install-script.sh", "prepublishOnly": "npx tsc", "clean": "rm libdarknet.*" }, "keywords": [ "darknet", "yolo", "yolov3", "yolov3-tiny", "object detection", "machine learning" ], "author": "Bennett Hardwick <bennetthardwick@icloud.com> (bennetthardwick.com), smarthomefans", "license": "MIT", "dependencies": { "ffi": "^2.3.0", "ref": "^1.3.5", "ref-struct": "^1.1.0", "rxjs": "^6.2.1", "shortid": "^2.2.8", "typescript": "^3.2.2" }, "engines": { "node": "<=8.11.2" }, "devDependencies": { "@types/ffi": "^0.1.0", "@types/ref": "0.0.28", "@types/ref-struct": "0.0.29", "@types/shortid": "0.0.29", "jasmine": "^3.1.0" } }