Access the project's GitHub repositroy here.
With our project "uMusic" we want to give the user the opportunity to create his own music, with a word or a sentence and his current mood. The user's input runs through the Magenta-AI and creates something like music for the user.
- Please install the latest version of Python 3.6.
- Please install Magenta
- To run our project please follow the following instructions under usage.
- Navigate in your terminal to the projects folder
Run the following commands:
export FLASK_APP=page.py
flask run
The terminal should prompt:
Serving Flask app "page" Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Then open in your browser http://127.0.0.1:5000/
set FLASK_APP=page.py
flask run
The terminal should prompt:
Serving Flask app "page" Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Then open in your browser http://127.0.0.1:5000/
- Setting up the UI.
- Creating simple music.
- Using AI to make it more complex.
- Get the user the opportunity to create music with diffrent instruments.
Brandon Ginn
David Wong, Mail: dawong@csumb.edu
Jonas Deichelmann, Mail: developing@deichelmann.com, Web: www.Deichelmann.com,
uMusic is released under the MIT license. See LICENSE for details.