Skip to content

sairaamv/h2o-wave-apps

 
 

Repository files navigation

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 https://github.com/SudalaiRajkumar/h2o-wave-apps.git
$ cd h2o-wave-apps/nnlp/text-generation/
$ make setup
$ source venv/bin/activate

3. Run the App

wave run src.app

Note! If you did not activate your virtual environment this will be:

./venv/bin/wave run src.app

4. View the App

Point your favorite web browser to localhost:10101

About

A github repo for H2O wave applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Makefile 1.6%