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
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.
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.
- Clone the project repository to your local machine:
git clone https://github.com/augmented-human-lab/audio-design-toolkit.git
cd audio-design-toolkit
- Build the Docker image for the project:
docker build -t sound-design .
This command will create a Docker image with all the project dependencies.
- Run the Docker container:
docker run -p 8100:8100 sound-design
Available URLs: