Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 852 Bytes

File metadata and controls

34 lines (21 loc) · 852 Bytes

Shopping Cart Recommendations app

This application provides product suggestions based on user's active cart using market basket analysis.

Shopping Cart Recommendations App Screenshot

Running this App Locally

System Requirements

  1. Python 3.6+
  2. pip3

1. Run the Wave Server

New to H2O Wave? We recommend starting in the documentation to download and run the Wave Server on your local machine. Once the server is up and running you can easily use any Wave app.

2. Setup Your Python Environment

git clone git@github.com:h2oai/wave-apps.git
cd wave-apps/shopping-cart-recommendations
make setup

3. Run the App

make run

4. View the App

Point your favorite web browser to localhost:10101