sujinleeme / vocal-remover-app

🎤 Vocal Remover for Karaoke (on-going..)
https://vocal-remover-ui-tester.netlify.com/
MIT License
20 stars 6 forks source link
deeplearning music music-player react react-redux-router redux redux-saga sound-separation tensorflow-js web-audio-api

Vocal Remover for Karaoke

About

This project is under by Music and Audio Research Group, Seoul National University.

Usage

Install dependencies:

$ yarn

Run development server:

$ yarn client

Run backend server:

$ yarn server

Run development and backend server together:

$ yarn dev

To start a MongoDB server:

$ mongod

Building

$ yarn build

Will create a dist directory containing your compiled code.

Depending on your needs, you might want to do more optimization to the production build.

Webpack Bundle Analyzer

Run in development:

$ yarn dev:bundleanalyzer

Run on the production oprimized build:

$ yarn build:bundleanalyzer