feat: add AI service (Claude + OpenAI) and image processor with EXIF geo-tagging

AIService wraps both Anthropic Claude and OpenAI APIs for product content
generation. ImageProcessor handles EXIF geo-tagging with company info and
GPS coordinates using piexif.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-04-01 14:39:44 -04:00
parent 3493c43916
commit f759bf558f
3 changed files with 277 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
# Library helpers will be imported here
from .woo_api_client import WooApiClient
from .ai_service import AIService
from .image_processor import ImageProcessor