Skip to content

Requirements

Aayush Grover edited this page Mar 24, 2025 · 2 revisions

Requirements

  • You can install the necessary packages by creating a conda environment using the provided .yml file:
    conda env create -f environment.yml
    
    This will create an environment named "universalepi".
  • Download the data directory, unzip it, and place it in the root directory such that you have ./data.
  • Download the model checkpoints and place each of them in the ./checkpoints directory. Unzip each checkpoint.

Clone this wiki locally