Skip to content

An AI webapp build with promptmage to provide in-depth analysis for products by researching trustworthy online reviews.

License

Notifications You must be signed in to change notification settings

tsterbak/product-review-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 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

  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

About

An AI webapp build with promptmage to provide in-depth analysis for products by researching trustworthy online reviews.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published