An application generating an image similarity index and 2D projection
First clone the GitHub repository
git clone https://github.com/CDH-DevTeam/imsim
and move to the location
cd imsim
Install the required dependencies and simply reference the repository command:
conda env create -f environment.yml
conda activate imsim
python -m <path-to-repository>/imsim <arguments>
or
pip install -r requirements.txt
python -m <path-to-repository>/imsim <arguments>
You may also install imsim by means of setuptools and pip. Simply create an environment or install the required dependencies and install with pip:
conda env create -f environment.yml
conda activate imsim
pip install .
imsim <arguments>
TBA