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.
Running this App Locally
System Requirements
- Python 3.6+
- 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