Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 844 Bytes

README.md

File metadata and controls

36 lines (33 loc) · 844 Bytes

imsim

An application generating an image similarity index and 2D projection

Installation

First clone the GitHub repository

git clone https://github.com/CDH-DevTeam/imsim

and move to the location

cd imsim

Directly from source

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>

Installation with pip

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>

Usage

TBA