IOS>> ggm>> 返回
项目作者: mhannani

项目描述 :
synthesising Gnawa music (GGm) using Adversarial Generative Networks (GANs).
高级语言: JavaScript
项目地址: git://github.com/mhannani/ggm.git
创建时间: 2021-06-21T15:38:17Z
项目社区:https://github.com/mhannani/ggm

开源协议:Other

下载


ggm - Generate Gnaoua Music

screenshots

Install dependencies

  1. Install npm packages
    1. $ npm install
  2. Create a virtual env and activate.

    1. $ virtualenv venv
    2. $ . venv/bin/activate

    Note: venv\Scripts\activate for windows

  3. Install python packages required to build components.

    1. $ pip install -r requirements.txt
  4. Install the python packages for testing (optional)
    1. $ pip install -r tests/requirements.txt

development

  • Test your code in a Python environment:
    1. Build your code
      1. $ npm run build
    2. Run and modify the app.py sample dash app:
      1. $ python app.py