File size: 459 Bytes
90f8382 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 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
``` |