FastAPI retail recommendation service with similarity-based ranking and filtering
736
A FastAPI-based product recommendation engine for retail intelligence platforms.
This service generates product recommendations using similarity-based ranking and category-aware filtering.
It simulates how modern retail systems power product discovery, personalization, and search optimization at scale.
docker run -p 8001:8000 noopur17/retail-recommendation-service:latest
Open Swagger:
http://localhost:8001/docs
GET /recommendations/{product_id}?top_k=5
Returns:
Part of:
Retail AI Intelligence Platform
Used alongside:
Designed for:
Supports multi-category retail environments such as:
Content type
Image
Digest
sha256:5e0a1f427…
Size
158.8 MB
Last updated
5 months ago
docker pull noopur17/retail-recommendation-service