Skip to content

DataResponsibly/fairDAGs

Repository files navigation

fairDAGs

This is the code repository for fairDAGs. Check out our web demo.

Run fairDAGs locally

  1. Install Anaconda or Miniconda.

  2. Download this repository and unzip it to your local machine.

  3. Use the following command to initiate the environment.

cd LOCAL_FOLDER/fairDAGs
conda env create -f environment.yml
conda activate fairDAGs
python fair_dag.py
  1. Access fairDAGs in the browser at http://127.0.0.1:5000.