Skip to content

Image Classification

Vanessa Sochat edited this page May 19, 2018 · 6 revisions

Classify your container

Singularity python provides functions for comparing your container to other containers, and deriving lists of content. If you are looking for more robust similarity metrics, see reproducibility metrics

Get software tags

We provide an example within python at classify_image/derive_tags.py. If you do this programatically, you can change the folder(s) that are included, meaning that you could get a custom list of software (eg, libraries in lib, or python packages in site-packages).

See more examples

Clone this wiki locally