UNPKG

ai-image-analyzer

Version:

`ai-image-analyzer` is a powerful Node.js library that leverages TensorFlow.js to classify images and detect objects using pre-trained models like MobileNet and COCO-SSD. It supports input as either a file path or an image buffer for enhanced flexibility.

13 lines (12 loc) 228 B
{ "compilerOptions": { "module": "CommonJS", "target": "ES2020", "outDir": "./dist", "rootDir": "./src", "strict": true, "declaration": true, "esModuleInterop": true, "skipLibCheck": true } }