Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Explain Text Reviews Wave App

This application allows users to build word clouds on the hotel reviews texts. It further allows the users to filter reviews and compare the word clouds.

Explaining Ratings 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/explaining-ratings
make setup

3. Run the App

make run

4. View the App

Point your favorite web browser to localhost:10101