Skip to content

ajdapretnar/orange3-imageanalytics

This branch is 1 commit ahead of, 20 commits behind biolab/orange3-imageanalytics:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f1478c5 · Mar 20, 2024
Mar 15, 2024
Dec 8, 2023
Mar 20, 2024
Sep 9, 2021
Aug 4, 2017
Jun 20, 2016
Feb 15, 2022
Feb 28, 2017
Jun 19, 2020
Jan 14, 2017
Jan 8, 2021
Jan 7, 2018
Mar 16, 2024
Apr 5, 2023

Repository files navigation

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.

About

Orange3 add-on for dealing with image related tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%