- Python 3.6+
- pip3
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.
$ git clone https://github.com/SudalaiRajkumar/h2o-wave-apps.git
$ cd h2o-wave-apps/nnlp/text-generation/
$ make setup
$ source venv/bin/activate
wave run src.app
Note! If you did not activate your virtual environment this will be:
./venv/bin/wave run src.app
Point your favorite web browser to localhost:10101