Metadata-Version: 2.1
Name: wai.annotations.subdir
Version: 2.0.0
Summary: Sub-directory classification-based format plugins for wai.annotations.
Home-page: https://github.com/waikato-datamining/wai-annotations-subdir
Author: Corey Sterling
Author-email: coreytsterling@gmail.com
License: Apache License Version 2.0
Description: Sub-directory audio/image classification format plugins for wai.annotations.
        
        * `from-subdir-ac`: reads audio files from sub-directories named after their class labels
        * `from-subdir-ic`: reads images from sub-directories named after their class labels
        * `from-subdir-sc`: reads spectra from sub-directories named after their class labels
        * `to-subdir-ac`: writes audio files to sub-directories named after their class labels
        * `to-subdir-ic`: writes images to sub-directories named after their class labels
        * `to-subdir-sc`: writes spectra to sub-directories named after their class labels
        
        Changelog
        =========
        
        2.0.0 (2021-12-16)
        ------------------
        
        - Added support for spectrum classification domain: `from-subdir-sc` and `to-subdir-sc`.
        - Split into base/specialisation structure to allow for easy specification of classification domains.
        
        1.0.1 (2022-06-21)
        ------------------
        
        - added reader/writer for audio classification: `from-subdir-ac` and `to-subdir-ac`
        
        1.0.0 (2021-05-20)
        ------------------
        
        - Initial release after separation from wai.annotations main repo.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Programming Language :: Python :: 3
