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)
- Host: GitHub
- URL: https://github.com/ading2210/reviews-squared
- Owner: ading2210
- License: gpl-3.0
- Created: 2024-05-14T21:49:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T22:22:13.000Z (over 1 year ago)
- Last Synced: 2025-04-15T15:12:06.122Z (9 months ago)
- Language: Python
- Homepage:
- Size: 412 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.