biolab/orange3-imageanalytics

Name: orange3-imageanalytics

Owner: Bioinformatics Laboratory

Description: ? :rice_scene: Orange3 add-on for dealing with image related tasks

Created: 2016-06-20 16:04:17.0

Updated: 2017-12-02 21:50:48.0

Pushed: 2018-01-08 09:33:49.0

Homepage:

Size: 3255

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Orange3 Image Analytics

Build Status codecov

Orange3 Image Analytics is an add-on for the Orange3 data mining suite. It provides extensions for importing/creating labeled image data sets and embedding them through a variety of pre-trained deep neural networks.

Installation

Install from Orange add-on installer through Options - Add-ons.

To install the add-on from source run

python setup.py install

To register this add-on with Orange but keep the code in the development directory (do not copy it to Python's site-packages directory) run

python setup.py develop

You can also run

pip install -e .

which is sometimes preferable as you can pip uninstall packages later.

Usage

After the installation the widgets from this add-on are registered with Orange. To run Orange from the terminal use

orange-canvas

or

python3 -m Orange.canvas

New widgets are in the toolbox bar under the Image Analytics section.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.