Code Monkey home page Code Monkey logo

artificial-intelligence-music-creativity-2022's Introduction

Common repository for The Sound of AI Open Source Research Project.

Main app

This main app provides scripts to install and run the end-to-end pipeline. This includes Speech-to-Text, Text-to-Sound, and Sound Generation services, as well as the sampler/playback tool.

Usage and Manual

A manual that describes the UI functionalities and how to use the app is available at https://github.com/TheSoundOfAIOSR/rg_production/blob/main/Manual.md

If you encounter any issues running or installing the app, please check if there is a Github issue already open for it or open a new issue and get in touch with us for troubleshooting tips.

Dependencies

Csound

On MacOs, if homebrew is installed, the setup script will install Csound automatically.

Portaudio

On Windows the setup script will install Portaudio. On MacOs, if homebrew is installed, the setup script will install Portaudio automatically.

Python

  • Python version 3.8 is to be used
  • in case python 3.8 available on the system but not the default one then use setup3.8.bat instead of setup.bat

Setup and Run

Each service requires its own virtual python environment which is created during the setup.

⚠️ Only a single repo setup supported per system due to installs in global temp directory. e.g. pm windows C:\Users\User\AppData\Local\Temp\

⚠️ The install may take several minutes.

windows

git clone --recurse-submodules https://github.com/TheSoundOfAIOSR/project_common.git
cd project_common
setup.bat
run.bat

Mac

git clone --recurse-submodules https://github.com/TheSoundOfAIOSR/project_common.git
cd project_common
bash setup_mac.sh
bash run_mac.sh

If python3.8 is linked as python3.8 rather than python3, please run setup_mac38.sh instead.

Linux

git clone --recurse-submodules https://github.com/TheSoundOfAIOSR/project_common.git
cd project_common
bash setup_linux.sh
bash run.sh

update

if already cloned without --recurse-submodule

cd project_common
git submodule update --init --recursive

further updates

git pull --recurse-submodules

Sound Generator webapp

The Sound generator module can also be used via a web app - follow these instructions to get it running.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.