Metadata-Version: 1.1
Name: Orange3-Audio-IJS
Version: 0.1
Summary: Add-on for audio preprocessing and classification.
Home-page: https://github.com/BuDnA/Audio-IJS
Author: Department of Intelligent Systems | Jožef Stefan Institute - IJS
Author-email: info@ijs.si
License: GSL3+
Description-Content-Type: UNKNOWN
Description: Audio-IJS 
        =======================
        
        Audio-IJS is an add-on for the [Orange3](http://orange.biolab.si) data mining suite. It provides extensions for importing/creating labeled sound data sets and pre-process them.
        
        Installation
        ------------
        
        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.
        
        
Keywords: orange3 add-on,orange3-audio-ijs
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
