Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 589 Bytes

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.