Skip to content

Exital/musicAI

Repository files navigation

MusicAI - melody generation web app

MusicAI is a melody generation web app project showing the work of our AI final project 236502.

Project report - click here for the full report.

Prerequisites

Below we assume the working directory is the repository root.

Install dependencies

optional - create .env file at the repo's root and export DEBUG settings.

If no .env file is found - DEBUG will be assigned with default value of TRUE

# export environment variables, for local server use DEBUG=TRUE
export DEBUG=True
  • Create your virtual environment

  • Install the dependencies using pip

    # Install the dependencies
    pip install -r requirements.txt

Running on local server

After installing the requirements, make sure your environment is activated and use the following command from the repo's root folder.

$ python manage.py runserver

You will receive a link to access your local server

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
December 08, 2021 - 20:59:27
Django version 3.2.5, using settings 'rocket_webapp.settings'
Starting development server at http://127.0.0.1:8000
Quit the server with CONTROL-C.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors