dssudake / AudMIX

A web-based system for processing Audio using Deep Learning
7 stars 0 forks source link
audio-processing cloud deep-learning django docker ffmpeg reactjs tensorflow2 wavesurfer-js

AudMIX

Audio Processing on Cloud using Deep Learning

Installation

Basic Setup

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