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.
Follow these steps to run the app from a Python virtual environment:
-
Clone the repository:
git clone https://github.com/Himidiri/waveApp
-
Create a Python virtual environment:
python -m venv venv
-
Install the required dependencies:
pip install -r requirements.txt
-
Activate the virtual environment:
.\venv\Scripts\activate
-
Run the Wave app:
wave run app.py