Skip to content

augmented-human-lab/audio-design-toolkit

Repository files navigation

Audio Design Toolkit

Multipage app.

Run -

cd interface
streamlit run app.py --server.port=<port number>

Additional Libraries:

  • librosa 0.10.0
  • numpy < 1.24
  • lpips 0.1.4
  • typing-extensions 4.6.3
  • pyloudnorm 0.1.1
  • mixpanel

Run with Docker

This guide provides instructions on how to run the application using Docker, a containerization platform that allows you to package your application and its dependencies into a single, portable container.

Prerequisites

Before you can run the project using Docker, make sure you have the following prerequisites installed on your system:

  • Docker - Download and install Docker for your operating system.
  • CUDA 11.0 minimum.

Our Docker Image takes up roughly 11 GB of space.

Getting Started

  1. Clone the project repository to your local machine:
git clone https://github.com/augmented-human-lab/audio-design-toolkit.git
cd audio-design-toolkit
  1. Build the Docker image for the project:
docker build -t sound-design .

This command will create a Docker image with all the project dependencies.

  1. Run the Docker container:
docker run -p 8100:8100 sound-design

Available URLs: