diff --git a/README.md b/README.md index bfb784f..bc4987e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,19 @@ https://arxiv.org/pdf/2206.04769.pdf } ``` +## Setup +- The setup assumes [Anaconda](https://www.anaconda.com) is installed +- Open the anaconda terminal and follow the below commands. The symbol `{..}` indicates user input. +```shell +> git clone https://github.com/microsoft/CLAP.git +> cd CLAP +> conda create -n clap python=3.8 +> conda activate clap +> pip install -r requirements.txt +``` + ## CLAP weights: -Request CLAP weights by filling this form: [link](https://forms.office.com/r/ULb4k9GL1F) +Request CLAP weights by filling this form: [link](https://forms.office.com/r/ULb4k9GL1F){:target="_blank"} ### Usage diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..033d3ff --- /dev/null +++ b/requirements.txt @@ -0,0 +1,58 @@ +appdirs==1.4.4 +audioread==2.1.9 +certifi==2020.12.5 +cffi==1.14.5 +chardet==4.0.0 +click==7.1.2 +configparser==5.0.2 +cycler==0.10.0 +decorator==5.0.7 +docker-pycreds==0.4.0 +filelock==3.0.12 +gitdb==4.0.7 +GitPython==3.1.14 +h5py==3.2.1 +idna==2.10 +joblib==1.0.1 +kiwisolver==1.3.1 +librosa==0.8.0 +llvmlite==0.36.0 +matplotlib==3.4.1 +numba==0.53.1 +numpy==1.20.2 +packaging==20.9 +pandas==1.2.4 +pathtools==0.1.2 +Pillow==8.2.0 +pooch==1.3.0 +promise==2.3 +protobuf==3.15.8 +psutil==5.8.0 +pycparser==2.20 +pyparsing==2.4.7 +python-dateutil==2.8.1 +pytz==2021.1 +PyYAML==5.4.1 +regex==2021.4.4 +requests==2.25.1 +resampy==0.2.2 +sacremoses==0.0.45 +scikit-learn==0.24.2 +scipy==1.6.3 +sentry-sdk==1.0.0 +shortuuid==1.0.1 +six==1.15.0 +smmap==4.0.0 +SoundFile==0.10.3.post1 +subprocess32==3.5.4 +threadpoolctl==2.1.0 +tokenizers==0.10.2 +torch==1.8.1+cu111 +torchaudio==0.8.1 +torchlibrosa==0.0.9 +torchvision==0.9.1+cu111 +tqdm==4.60.0 +transformers==4.5.1 +typing-extensions==3.10.0.0 +urllib3==1.26.4 +wandb==0.10.28 \ No newline at end of file