Pixelwise and Patchwise Layer Analysis of Musical Documents

This package provides the functions for patchwise training and classification of musical documents.

Installation

  • pip install layer-analysis OR
  • Grab the repository and install
    • git clone github.com/deepio/layer_analysis
    • python -m venv env
    • poetry install or pip install .