SEO_iamge_renamer_starting_.../packages/worker/nest-cli.json
DustyWalker 1329e874a4 feat(worker): implement AI vision services and complete image processing pipeline
- Add real OpenAI GPT-4 Vision integration with rate limiting
- Add real Google Cloud Vision API integration
- Create vision service orchestrator with fallback strategy
- Implement complete image processing pipeline with BullMQ
- Add batch processing with progress tracking
- Create virus scanning processor with ClamAV integration
- Add SEO filename generation with multiple strategies
- Include comprehensive error handling and retry logic
- Add production-ready configuration and validation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 18:23:18 +02:00

9 lines
No EOL
207 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"tsConfigPath": "tsconfig.json"
}
}