Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 791 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 791 Bytes

Wave App using H2O Wave

This is a Wave app created using H2O Wave. It demonstrates various functionalities, including data visualization and a simple machine learning classification model. The app uses Python version 3.11.4.

How to Run the App

Follow these steps to run the app from a Python virtual environment:

  1. Clone the repository:

    git clone https://github.com/Himidiri/waveApp
  2. Create a Python virtual environment:

    python -m venv venv
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Activate the virtual environment:

    .\venv\Scripts\activate
  5. Run the Wave app:

    wave run app.py