Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.28 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.28 KB

ReBlurb

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.

Author

Aaron David - aaron-m-david

Build Instructions

  • npm install
  • npm start (for development) OR npm run build (for production)

Install

  • 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

Acknowledgements

This project is built upon the react-chrome-extension-boilerplate by Jason Xian. The original template is licensed under the MIT License.

Badges

Deploy to Cloud Run from Source