File size: 157 Bytes
9d09bdd
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# diabetic-retinopathy-detection

# Installataion

Create conda environment from YAML:
```bash
mamba env create -n retinopathy_restore -f environment.yml
```