A Chrome web extension that summarizes user reviews of products on e-commerce websites by feeding user reviews to an AI model. Price performance and providing unbiased summaries of the product are emphasized to provide useful product selection for the user. Currently the following sites are compatible: Ebay.com, BestBuy.com, and PcPartPickers.com. Etsy.com is currently being integrated as well but not fully functioning as expected.
Aaron David - aaron-m-david
npm install
npm start
(for development) ORnpm run build
(for production)
- After building, the
dist
directory holds chrome extension ready to be installed into Chrome - For further instructions on how to install a chrome extension, look at step 2 here
This project is built upon the react-chrome-extension-boilerplate by Jason Xian. The original template is licensed under the MIT License.