AI-powered FastAPI service for generating retail product content and SEO metadata
10K+
An AI-powered FastAPI service for generating structured retail product content at scale.
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.
docker run -p 8002:8000 noopur17/retail-content-intelligence-service:latest
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
POST /content/generate
{
"product_name": "Wireless Bluetooth Headphones",
"brand": "TechNova",
"category": "Electronics",
"features": ["long battery life", "wireless connectivity"],
"mode": "ai",
"tone": "premium"
}
Returns:
Part of:
Retail AI Intelligence Platform
Works with:
Designed for:
Supports multi-category retail environments such as:
Content type
Image
Digest
sha256:7207032f0…
Size
56.3 MB
Last updated
3 months ago
docker pull noopur17/retail-content-intelligence-service