Show HN: Amazon Product Recommendations Using ChatGPT

getproduct.help

12 points by aquajet a year ago

Hi HN!

I built recommendation system using GPT-3 to figure out what product to buy on Amazon.

The LLM asks questions to sus out what requirements I have and then also generates 3 recommended products based on the chat. It then searches a third-party Amazon API currently.

Let me know what you think!

anoojp a year ago

This is super interesting! Would be cool if it highlighted the options that the output returns when it wants me to choose. I'm pretty impressed how fast it returns suggestions and useful ones too, good job :)

  • gardenhedge a year ago

    It's not connected. The chat and recommendations are separate.

    • aquajet a year ago

      Yeah, that's one thing that I'm trying to improve. In general it's cool to think of LLMs as a connective tissue for different applications