/DecisioMate

This is an H2O wave project that helps to make decisions about mobile phone prices.

Primary LanguagePython

Mobile-Phone-Price-Status-recommendation-system_using_h2o-wave

screenrecord.mp4

Getting Started with H2O Wave DecisioMate

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.

Interactive examples

If you prefer learning by doing, you can run wave fetch command that will download all the existing small Python examples that show Wave in action. The best part is that all these examples are interactive, meaning you can edit their code directly within the browser and observe the changes.

Learn More

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