Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 894 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 894 Bytes

AudMIX

Audio Processing on Cloud using Deep Learning

Installation

Basic Setup

  • docker and docker-compose will be required for running application.
  • Make sure that you install both of them specific to your OS and version (Linux, Windows, Mac)
  • git clone https://github.com/dssudake/AudMIX.git
  • cd AudMIX

Development Environment

# Build the latest images
docker-compose build

# Start the application
docker-compose up

        or

# Add -d flag to run everything in the background
docker-compose up -d

Then you can hit http://localhost:3000 in your browser to view frontend and access backend with http://localhost:8000