Skip to content
/ imsim Public

An application generating an image similarity index and 2D projection

Notifications You must be signed in to change notification settings

gu-gridh/imsim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An application generating an image similarity index and 2D projection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages