/ivda

Primary LanguageJupyter Notebook

IVDA

Interactive Visual Data Analysis (Course at University of Leipzig)

Run a submission

Data must be located in <submission-directory>/data

Run the submission's notebook to clean the data first such that data/processed.csv is generated

  1. Install dependencies:
$ pip install -r requirements.txt
  1. cd into the submission directory and run the script:
$ cd 01
$ python visualization.py
  1. Open the Flask app in your web browser.