Awesome
product-review-research
An AI webapp build with promptmage to provide in-depth analysis for products by researching trustworthy online reviews.
Developed with PromptMage: https://promptmage.io
Features
- Search for a product and get an in-depth analysis of the product based on trustworthy online reviews
- Highlights of positive and negative aspects of the product
- Provides sources for extracted information
Getting Started
Prerequisites
- Docker and docker-compose installed on your machine
Installation
-
Clone the repo
git clone
-
Add .env file to the root of the project and to src/
# src/.env OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# .env OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-
Build the docker images and start the containers
docker-compose up --build
-
Open the app frontend in your browser
http://localhost:8080/
-
Work with the promptmage gui
http://localhost:8000/gui/
Usage
- Enter the product name in the search bar
- Click on the search button
- Wait for the analysis to complete
- View the analysis results