biolab/orange3-prototypes

Name: orange3-prototypes

Owner: Bioinformatics Laboratory

Description: ? :warning: Prototype Orange widgets ? only for the brave.

Created: 2015-08-28 10:54:45.0

Updated: 2017-12-08 13:53:13.0

Pushed: 2018-01-11 14:13:08.0

Homepage:

Size: 1712

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Orange3 Prototypes

Prototype Orange widgets. Only for the brave.

Installing

This add-on requires Orange3 and Python 3.4 or newer. To install it, run:

# Clone the repository and move into it
git clone https://github.com/biolab/orange3-prototypes.git
cd orange3-prototypes

# Setup the add-on
pip install .

To install Orange in editable/development mode, run

pip install -e .

Alternatively, you can install the add-on from PyPI:

pip install orange3-prototypes
OpenCV dependency

To access Face Detector and Webcam widgets, you need OpenCV library.

Windows

Download the required OpenCV package. Make sure you download the package for your version of Python and OS.

Then go to the folder containing the downloaded file and open the terminal. Run (insert the right file name after install):

pip install <opencv_python?3.2.0?cp36?cp36m?win_amd64.whl>
MacOS

In the terminal, run:

/Applications/Orange3.app/Contents/MacOS/pip install opencv-python

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.