Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 555 Bytes

Algorithmic music generation

This is the project for SWE599 class.

Installation

MuseApp is developed using Python 3.10 and Django4 on Windows 10. The following guide is meant for Windows 10

for installation, the host system must have the following installed:

  • Python3.10
  • pip
  1. Clone the project from the main branch and go to the project directory.

  2. Add the Django secret key to the .env file under /museapp folder.

  3. Install the dependencies

pip install -r requirements.txt

  1. Start the server

python manage.py server