Monday, March 21, 2022

Show HN: AI helper to avoid reading reviews on Walmart/Amazon https://ift.tt/LKdxF4c

Show HN: AI helper to avoid reading reviews on Walmart/Amazon We wanted to build something simple to help people spend less time reading reviews. The current prototype let's you compare two products Pro/Cons for each product using GPT-3 for entity extraction Summary of Reviews for each product using BART fine-tuned with a small dataset Decision Matrix using entity extraction --> clustering --> sentiment analysis pipeline https://ift.tt/Aj9hp2O March 21, 2022 at 11:32PM

No comments:

Post a Comment

Show HN: Nibble https://ift.tt/tkOndsQ

Show HN: Nibble An attempt at a single pass LLVM frontend in ~3000 lines of C without external dependencies, malloc, or an AST. Included are...