README
Melody Maker uses artificial intelligence to take on the complex task of musical composition. It analyzes several piano songs and composes a song of similar style/genre using maximum likelihood estimation and neural networks to generate note patterns and link them with chord progressions, tempo, dynamics, etc.
To use:
- Download the zip file, navigate to the directory where it is stored and compile/run the Composer.java class.
- The program will prompt you to enter the number of notes you would like to generate.
- The song that is generated will be played automatically!