This is the code repository for fairDAGs. Check out our web demo.
-
Download this repository and unzip it to your local machine.
-
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
- Access fairDAGs in the browser at http://127.0.0.1:5000.