feat(image-processor): switch to OpenRouter Vision for smart crop and remove heavy models

This commit is contained in:
2026-02-22 23:24:22 +01:00
parent 1bbe89c879
commit 2a169f1dfc
4 changed files with 113 additions and 89 deletions

View File

@@ -18,9 +18,6 @@
"lint": "eslint src"
},
"dependencies": {
"@tensorflow/tfjs-node": "^4.22.0",
"@vladmandic/face-api": "^1.7.13",
"canvas": "^2.11.2",
"sharp": "^0.33.2"
},
"devDependencies": {