Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.63 KB

File metadata and controls

57 lines (36 loc) · 1.63 KB

Data Visualisation -By accepting .csv file from the user using wave UI/Upload

This application allows us to accept the dataset from the user in csv format and visualise data in various ways. Here I used a subset of dataset available in https://www.kaggle.com/dataislife8/credit-card-fraud-detection-visualizations

Data Visualisation with UI Upload  screen 1

Data Visualisation with UI Upload  screen 2

Data Visualisation with UI Upload  screen 3

Data Visualisation with UI Upload  screen 4

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

in Windows

git clone https://github.com/KishaniKandasamy/Data-Visualization-with-upload-download
cd Data-Visualization-with-upload-download
python3 -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

3. Configure the App

You need to set your WAVE SDK installation path in config.py

4. Run the App

 wave run myapp

Note! You need activate your virtual environment this will be:

venv\Scripts\activate.bat

5. View the App

Point your favorite web browser to localhost:10101/myapp

Full Page Screen

Data Visualisation with UI Upload  screen