introvoyz041's picture
Migrated from GitHub
90f8382 verified
We are using the code examples from here:
https://github.com/iomega/spec2vec_gnps_data_analysis/blob/master/notebooks/iomega-6-compute-spec2vec-similarities.ipynb
https://github.com/iomega/spec2vec
## Installation of Environment
```
conda create -n spec2vec python=3.7
conda install -n spec2vec --channel nlesc --channel bioconda --channel conda-forge matchms
conda install -n spec2vec --channel nlesc --channel bioconda --channel conda-forge spec2vec
```