Home

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

Product Review Research

Features

Getting Started

Prerequisites

Installation

  1. Clone the repo

    git clone
    
  2. 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
    
  3. Build the docker images and start the containers

    docker-compose up --build
    
  4. Open the app frontend in your browser

    http://localhost:8080/
    
  5. Work with the promptmage gui

    http://localhost:8000/gui/
    

Usage

  1. Enter the product name in the search bar
  2. Click on the search button
  3. Wait for the analysis to complete
  4. View the analysis results