# Getting Started

To get started, clone the repository:

```sh
git clone https://github.com/ChangeIsKey/LSCDBenchmark.git
```

Create and activate virtual environment (env):

```sh
python -m venv env
source env/bin/activate
```

Install the required packages:

```sh
pip install -r requirements.txt --find-links https://download.pytorch.org/whl/torch_stable.html
```
