sos-image-classification
Version:
Easy use image classification. Used for recognize dogs/cats for S.O.S. Patas Application
38 lines (37 loc) • 943 B
JSON
{
"name": "sos-image-classification",
"version": "1.0.16",
"description": "Easy use image classification. Used for recognize dogs/cats for S.O.S. Patas Application",
"type": "module",
"main": "src/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"vite": "^6.1.0"
},
"dependencies": {
"@tensorflow/tfjs": "^4.22.0"
},
"keywords": ["tensorflow", "image-classification", "machine-learning"],
"author": "Santiago Armesto",
"license": "MIT",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/ArmestoSantiago/image-classification"
}
},
"types": "src/classification.d.ts",
"files": [
"src/utils/predict.js",
"src/utils/imageProcess.js",
"src/model/model.json",
"src/model/weights.bin"
]
}