vincent2021 / stemify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Vue + Python app based on Deezer spleeter tool

Installation

Backend: conda should be installed first, then in the back folder create the env with:

conda env create -f 'env/gpu.yml'

or

conda env create -f 'env/cpu.yml'

if you can't use tensorflow-gpu and CUDA driver (MacOS X for example)

Frontend: Node.js should be installed first, then in the front folder run:

npm install

Starting the app

  1. go to the back folder and use "start.sh"
  2. go to the front folder and run "npm run serve"

About


Languages

Language:Vue 51.2%Language:Python 27.4%Language:JavaScript 15.4%Language:HTML 5.3%Language:Shell 0.7%