Metadata-Version: 1.1
Name: mir-eval
Version: 0.1
Summary: Common metrics for common audio/music processing tasks.
Home-page: https://github.com/craffel/mir_eval
Author: Colin Raffel
Author-email: craffel@gmail.com
License: MIT
Description: mir_eval
        ========
        
        Python library for computing common heuristic accuracy scores for various music/audio information retrieval/signal processing tasks.
        
        Documentation, including installation and usage information: http://craffel.github.io/mir_eval/
        
        Dependencies:
        
        * `Scipy/Numpy <http://www.scipy.org/>`_
        
        If you use mir_eval in a research project, please cite the following paper:
        
        C. Raffel, B. McFee, E. J. Humphrey, J. Salamon, O. Nieto, D. Liang, and D. P. W. Ellis, "`mir_eval: A Transparent Implementation of Common MIR Metrics <http://colinraffel.com/publications/ismir2014mir_eval.pdf>`_", Proceedings of the 15th International Conference on Music Information Retrieval, 2014.
        
        
        
Keywords: audio music mir dsp
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
