SMILE / INSTALL.md
fmthoker's picture
Upload 26 files
4940c8b verified

SMILE Installation

This project relies on several open-source libraries. We recommend using conda to manage your Python environment and installing dependencies via the provided environment.yml file.

Installation Steps

  1. Clone the repository
git clone https://github.com/fmthoker/SMILE.git
cd SMILE
  1. Create a conda environment
conda env create -f environment.yml
  1. Activate the environment
conda activate smile
  1. Download CLIP weights (Optional, only required for pretraining)
mkdir clip_weights

For pretraining, please download the CLIP weights and place them in the clip_weights folder created above.