An open API service indexing awesome lists of open source software.

https://github.com/ading2210/reviews-squared

A Chrome extension which uses an LLM to analyze product reviews. (AP Computer Science A final project)
https://github.com/ading2210/reviews-squared

Last synced: 7 months ago
JSON representation

A Chrome extension which uses an LLM to analyze product reviews. (AP Computer Science A final project)

Awesome Lists containing this project

README

          

# Reviews²

Reviews² is a Chrome extension that simplifies the process of reading and summarizing reviews on Amazon, Best Buy, and Target product pages. This tool fetches reviews and provides a concise summary within the product page, making it easier for you to get quick insights into product feedback.

## Features
- Automatic Review Fetching: Fetches reviews from Amazon, Best Buy, and Target product pages.
- Summarization: Provides a concise summary of the fetched reviews, saving you time and effort.
- User-Friendly Interface: Easy-to-use Chrome extension with a clean and intuitive interface.

## Installation
Clone this repository and start the server using `python3 backend/main.py`. Change the API url in `frontend/script.js` and load the whole `frontend/` directory as a Chrome extension.