Skip to content

This is the H2O Wave App created by team H2O_U3108 at the H2O Olympics India Data Science Hackathon. The team H2O_U3108 finished 4th out of 250+ registered teams at the hackathon with a final score of 8.1 out of 10.

License

Notifications You must be signed in to change notification settings

AkshatBhat/H2O-Wave-App-H2O-Olympics-India-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out the Web App deployed at:

https://air-foresight-h2o-wave-app.onrender.com/

Setting up H2O Wave locally

This project was bootstrapped with wave init command.

Running the app

Make sure you have activated a Python virtual environment with h2o-wave installed.

If you haven't created a python env yet, simply run the following command (assuming Python 3.7 is installed properly).

For MacOS / Linux:

python3 -m venv venv
source venv/bin/activate
pip install h2o-wave

For Windows:

python3 -m venv venv
venv\Scripts\activate
pip install h2o-wave

Once the virtual environment is setup and active, run:

wave run app.py

Which will start a Wave app at http://localhost:10101.

Learn More

To learn more about H2O Wave, check out the docs.

About

This is the H2O Wave App created by team H2O_U3108 at the H2O Olympics India Data Science Hackathon. The team H2O_U3108 finished 4th out of 250+ registered teams at the hackathon with a final score of 8.1 out of 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages