arugyani / shopIQ

LLM powered high-consideration research tool for UTD senior project
1 stars 0 forks source link

backend: clean product information output #63

Closed divyamk closed 2 months ago

divyamk commented 2 months ago

Product Information Output

edit: there is a problem with images, fix that as well

This is the response from the LLM

[
    {
            "title": "",
            "imageLink": "",
            "bullets": [],
            "description": "",
            "reviews": [],
            "price": "",
            "reviewScore": 4.6,
            "numReviews": "17,924 reviews"
        },
  ...
]
divyamk commented 2 months ago