UNPKG

image2tags

Version:

An npm package that generates keywords from an image

49 lines (48 loc) 1.06 kB
{ "name": "image2tags", "version": "0.0.2", "description": "An npm package that generates keywords from an image", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "image2tags": "dist/cli.js" }, "scripts": { "test": "jest", "build": "tsc", "release": "release-it" }, "files": [ "dist" ], "keywords": [ "tensorflow", "mobilenet", "image", "classification", "tags" ], "author": "cond", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/litepacks/image2tags.git" }, "bugs": { "url": "https://github.com/litepacks/image2tags/issues" }, "homepage": "https://github.com/litepacks/image2tags#readme", "dependencies": { "@tensorflow-models/mobilenet": "^2.1.1", "@tensorflow/tfjs-node": "^4.22.0", "commander": "^14.0.0" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^24.0.12", "jest": "^30.0.4", "release-it": "^19.0.3", "ts-jest": "^29.4.0", "typescript": "^5.8.3" } }