# DeepMusic v1.0 # Jean-Pierre Briot # 22/08/2019 # README This a prototype library for generating music with deep learning architectures. This is a quick (and not cleaned yet) prototype ! The objective is pedagogical (for a course) to show various examples of architectures and strategies to generate music. I wrote the code quickly, while learning Python and Music21. The code needs some refactoring and generalization (and better debugging). I'll try to do this evolution when time! To run it, you need: Python 3 Keras Theano or another backend (I used and tested with Theano) Music21 A first example of use is forward_chorale.py Enjoy! Jean-Pierre