To reproduce the figures from the paper, do the following: 

Navigate to the folder of the section you wish to reproduce (e.g. `adversarial_attacks`):

```bash
$ cd adversarial_attacks
```

Install and activate the conda environment from there (the created conda env will have the same name as the appropriate folder: e.g. `adversarial_attacks`):

```bash
$ conda env create -f environment.yml
$ conda activate adversarial_attacks
```

Run the appropriate scripts/notebooks, according to the `README.md` file of that specific folder.

