Skip to content

ZDenizYStenhaug/musicGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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