Metadata-Version: 2.1
Name: musicautobot
Version: 0.0.1
Summary: Library for preprocessing MIDI files used in machine learning
Home-page: https://github.com/XsongyangX/musicautobot
Author: Song Yang
Author-email: songyang1218@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/XsongyangX/musicautobot/issues
Description: # musicautobot
        Package derived from https://github.com/bearpelican/musicautobot
        
        This is meant to be a package for `pip`. The second branch of this repo is pulling directly from the original repo. The `master` branch is the published package.
        
        ## Installation
        In addition to the package itself, you need
        * music21
        * midi2audio, which needs fluidsynth
        * jupyter
        * pebble
        * fastai
        ## Pulling changes from the original repo
        Follow this [post](https://stackoverflow.com/questions/24577084/forking-a-sub-directory-of-a-repository-on-github-and-making-it-part-of-my-own-r#24577293)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
