Smarter Product Discovery with AI: Image Labeling, Translation, and Cross-Selling
In today’s fast-paced e-commerce landscape, customers expect smarter, more personalized shopping experiences. That’s exactly what our new project delivers—a seamless blend of AI image recognition, language translation, and cross-selling intelligence designed to help online stores better connect with shoppers.
🔍 Image Labeling with Google Cloud Vision
The system starts with Google Cloud Vision, which can analyze any product image and instantly detect labels. For example, uploading a kitchenware photo could return keywords like “cutting board, knife, kitchen tool.”
- Endpoint:
GET /api/analyze - Web UI: Upload an image and preview results instantly.
This not only makes search smarter but also helps stores tag and organize products automatically.
🌏 Instant Thai & Multilingual Translation
Since e-commerce is global, the project integrates Google Cloud Translate to break language barriers. Detected labels and queries are automatically translated into Thai (and other languages).
- Results include a
description_thfield. - Customers can search in their own language.
This ensures that international shoppers feel right at home.
🤝 Cross-Sell Ideas with LLMs
Shopping is about discovery, not just search. Our LLM-powered engine (running locally on Ollama) generates complementary item suggestions.
- Endpoint:
GET /api/related_words - Language-aware with deterministic fallbacks
- Example: A “coffee maker” might trigger related ideas like “coffee beans, mugs, milk frother.”
This gives stores a powerful way to recommend bundles and increase cart value.
💬 AI-Generated Sales Pitch
Beyond lists, we also generate short, friendly sales pitches for cross-selling.
- Endpoint:
GET /api/crosssell_pitch - Optionally translated while preserving formatting
- Example: “Complete your coffee experience with freshly roasted beans and a stylish mug—perfect for your morning ritual!”
This gives marketing teams ready-to-use text snippets that feel natural and engaging.
🛒 Product Search & Scraping
Customers can search products using Thai queries, and the system searches through Kacee products, scraping key product details:
- Title
- Image
- Price
- Link
This allows direct integration into e-commerce catalogs.
🖥️ Integrated UI for Exploration
All these features come together in a clean, integrated interface (templates/index.html):
- Image preview
- Top labels (with Thai translation)
- Related products
- Raw JSON view
- LLM playground for ideas & pitches
It’s not just functional—it’s fun for both developers and end-users.
⚡ Graceful Degradation & Configurable Runtime
We know real-world systems must handle failures gracefully. That’s why:
- If Google/Ollama/network are down, the app soft-fails with sensible defaults.
- Config is flexible: GCP project credentials are handled via environment variables, and local Ollama models (e.g.,
gemma:2b) can be swapped inrelatew.py.
This makes the system reliable and adaptable across different deployments.
🚀 Why This Matters
With this project, businesses can:
- Reduce manual tagging work
- Engage multilingual customers
- Boost sales through intelligent cross-selling
- Deliver a more delightful shopping experience
It’s a next-generation AI toolkit for e-commerce, blending cloud APIs with local LLMs for performance, reliability, and scalability.
✅ Next Step: We’re excited to explore how this can be rolled out to real online stores. Imagine uploading a product photo, getting instant AI insights, and boosting sales—all in one seamless flow.
Get in Touch with us
Related Posts
- AI驱动的遗留系统现代化:将机器智能集成到ERP、SCADA和本地化部署系统中
- AI-Driven Legacy Modernization: Integrating Machine Intelligence into ERP, SCADA, and On-Premise Systems
- The Price of Intelligence: What AI Really Costs
- 为什么你的 RAG 应用在生产环境中会失败(以及如何修复)
- Why Your RAG App Fails in Production (And How to Fix It)
- AI 时代的 AI-Assisted Programming:从《The Elements of Style》看如何写出更高质量的代码
- AI-Assisted Programming in the Age of AI: What *The Elements of Style* Teaches About Writing Better Code with Copilots
- AI取代人类的迷思:为什么2026年的企业仍然需要工程师与真正的软件系统
- The AI Replacement Myth: Why Enterprises Still Need Human Engineers and Real Software in 2026
- NSM vs AV vs IPS vs IDS vs EDR:你的企业安全体系还缺少什么?
- NSM vs AV vs IPS vs IDS vs EDR: What Your Security Architecture Is Probably Missing
- AI驱动的 Network Security Monitoring(NSM)
- AI-Powered Network Security Monitoring (NSM)
- 使用开源 + AI 构建企业级系统
- How to Build an Enterprise System Using Open-Source + AI
- AI会在2026年取代软件开发公司吗?企业管理层必须知道的真相
- Will AI Replace Software Development Agencies in 2026? The Brutal Truth for Enterprise Leaders
- 使用开源 + AI 构建企业级系统(2026 实战指南)
- How to Build an Enterprise System Using Open-Source + AI (2026 Practical Guide)
- AI赋能的软件开发 —— 为业务而生,而不仅仅是写代码













