CoolFace
Modelpublic

aagzamov/search-query-parser

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes16downloads
Model Card

Search Query Parser (JSON Intent Model)

Overview

This model converts raw e-commerce search text into structured JSON intent.

Example:

Input:

Output:

json
{
  "query": "nike sneakers",
  "filters": {
    "brand": ["Nike"],
    "category": ["sneakers"],
    "color": ["black"],
    "size_eu": [42],
    "price_max": 120,
    "shipping": ["free"]
  },
  "sort": "relevance",
  "page": 1,
  "limit": 24
}