Prototype Orange widgets. Only for the brave.
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
To access Face Detector and Webcam widgets, you need OpenCV library.
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>
In the terminal, run:
/Applications/Orange3.app/Contents/MacOS/pip install opencv-python