tensorflowjs-binarization
Version:
Realization of binarization algorithms with Tensorflowjs
22 lines (21 loc) • 477 B
JSON
{
"name": "tensorflowjs-binarization",
"version": "1.1.0",
"description": "Realization of binarization algorithms with Tensorflowjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Tensorflowjs",
"binarization",
"otsu",
"tfjs"
],
"author": "BadMachine",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs-node": "^3.3.0",
"@tensorflow/tfjs-node-gpu": "^3.3.0"
}
}