What androids dream of. Web application that plays AI-generated music accompanied with a procedural animation. Built for HackED 2021.
This project requires Docker.
NOTE: The docker images can take a while to build the first time. It's much faster for subsequent builds since Docker builds a cache.
$ docker-compose build
$ docker-compose up
Website is accessible at localhost:5000
Docker container that generates music in a MIDI format.
Docker container that takes the output from the music generator, renames it, gives it a title, and moves it to the server's MIDI directory.
Docker container that serves the MIDIs generated by the music generator.
Web application that fetches MIDIs from the server and plays them. Procedural animation too.
