Git Product home page Git Product logo

Comments (2)

domenicostefani avatar domenicostefani commented on August 23, 2024 3

If you just want to run the generator there is a windows executable.
If you are on Linux you may use wine to run it.
If that doesn't do it for you you'll have to train the network, so basically:

  1. Download a set of midi files to train the net (place them in a directory called Music, inside the project folder)
  2. Install the python libraries required by load_songs.py, train.py and live_edit.py
  3. Run them with the Python2.7 interpreter in that order. (If you run load_songs on a different os from windows, there is a small bug to fix: just open the file with a text editor and replace "\" with os.sep at line 14)

Load_songs preprocesses the midis and stores them into a single file.
Train trains the net and produces additonal files/info and plots about the performance.
finally live_edit is the synthesizer that runs the trained network and produces the music.

from composer.

 avatar commented on August 23, 2024

Concerning running the source code:
Do you have any specific library requirements? Or a more in-depth explanation from start to finish how to run the composer successfully using Python 2?

from composer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.