UNPKG

node-yolo-shinobi

Version:

Node.js interface for Yolo/Darknet

45 lines (44 loc) 850 B
{ "name":"node-yolo-shinobi", "version":"2.0.5", "description":"Node.js interface for Yolo/Darknet", "keywords":[ "yolo", "darknet", "recognition", "artificial", "inteligence", "AI", "object", "detection", "classification" ], "homepage":"https://github.com/rcaceiro/node-yolo", "bugs":{ "url":"https://github.com/rcaceiro/node-yolo/issues" }, "repository":{ "type":"git", "url":"git+https://github.com/rcaceiro/node-yolo.git" }, "main":"index.js", "gypfile":true, "scripts":{ "preinstall":"make clean_all && make -j 2 && make clean && node-gyp configure && node-gyp build" }, "dependencies":{ }, "engines":{ "node":">=9" }, "os":[ "darwin", "linux" ], "cpu":[ "x64", "arm64" ], "author":"Rúben Caceiro <r.caceiro@hotmail.com> & Ricardo Maltez <ricardomaltez@gmail.com>", "license":"MIT" }