Skip to content

A web-based system for processing Audio using Deep Learning

Notifications You must be signed in to change notification settings

dssudake/AudMIX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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