Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 864 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 864 Bytes

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