noopur17/retail-content-intelligence-service

By noopur17

Updated 3 months ago

AI-powered FastAPI service for generating retail product content and SEO metadata

Image
Integration & delivery
Operating systems
Content management system
0

10K+

noopur17/retail-content-intelligence-service repository overview

🧠 Retail Content Intelligence Service

An AI-powered FastAPI service for generating structured retail product content at scale.


🚀 Overview

This service generates high-quality product content using both template-based logic and OpenAI-powered AI generation.

It simulates how modern retail platforms automate digital merchandising, SEO optimization, and product catalog workflows.


🧠 Key Features

  • Product title generation
  • Short and long descriptions
  • Bullet point generation
  • SEO title and metadata
  • Dual mode:
    • Template mode (fast, no API required)
    • AI mode (OpenAI-powered)
  • Tone control (premium, budget, technical, etc.)
  • Structured JSON output
  • Swagger API documentation

⚙️ Run Container

Template Mode (No API key required)
docker run -p 8002:8000 noopur17/retail-content-intelligence-service:latest

AI Mode (OpenAI)
docker run -p 8002:8000 \
  -e OPENAI_API_KEY=your_api_key_here \
  noopur17/retail-content-intelligence-service:latest

Open Swagger:

http://localhost:8002/docs

🔌 API Example

POST /content/generate

📊 Input Example

{
  "product_name": "Wireless Bluetooth Headphones",
  "brand": "TechNova",
  "category": "Electronics",
  "features": ["long battery life", "wireless connectivity"],
  "mode": "ai",
  "tone": "premium"
}

📊 Output

Returns:

  • Generated title
  • Product descriptions
  • Bullet points
  • SEO metadata
  • Mode used (template or AI)

🧩 Platform Context

Part of:

Retail AI Intelligence Platform

Works with:

  • retail-recommendation-service
  • retail-ai-frontend

📌 Use Case

Designed for:

  • Retail catalog automation
  • Digital merchandising
  • SEO content generation
  • AI-driven product listing creation

Supports multi-category retail environments such as:

  • Electronics
  • Grocery
  • Fashion
  • Home goods

Tag summary

Content type

Image

Digest

sha256:7207032f0

Size

56.3 MB

Last updated

3 months ago

docker pull noopur17/retail-content-intelligence-service