Metadata-Version: 2.1
Name: Orange3-ImageAnalytics
Version: 0.9.0
Summary: Orange3 add-on for image data mining.
Home-page: http://orange.biolab.si/download
Author: Bioinformatics Laboratory, FRI UL
Author-email: contact@orange.biolab.si
License: GPL3+
Keywords: orange3 add-on,orange3-imageanalytics
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: doc
License-File: LICENSE.txt

Orange3 Image Analytics
=======================

Simplifies loading of images and through deep network-based embeddings
enables their analysis. Embedding represents images with feature vectors,
allowing the use of Orange's standard arsenal of widgets for
clustering, classification or any other kind of
feature-based analysis. Image Analytics also provides visualization
widgets for images and allows saving them.
See [documentation](http://orange3-imageanalytics.readthedocs.org/).

Features
--------
#### Image analysis
* load and save images
* represent images with a vector of numbers
* displays images in a similarity grid


