Frontend application for vocal-accompaniment separation
Use the docker in order to run this app as a component.
# build frontend-app image
docker build -t voice-melody-front .
# installing all dependencies
yarn
# run react app
yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.