atlury / Demucs3-WebUI

Demucs3 WEBUI | NodeJS & Demucs3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demucs3-WebUI

Demucs3 WEBUI

Installation

npm i && node .
pip3 install demucs


(you need python)
You need to install the audio file I/O backend. If Linux it's Sox, if Windows it's SoundFile

To check if you have one set run str(torchaudio.get_audio_backend())


SoundFile for Windows pip install PySoundFile

Sox for Linux pip install sox


NOTE: THIS WILL AUTO DOWNLOAD FFMPEG & 7ZA BINARIES FOR WINDOWS!! EDIT INDEX.JS TO SEE WHERE IT DOWNLOADS FROM (and how you can do it yourself)

Preview

image of webui hosted at *:3000

About

Demucs3 WEBUI | NodeJS & Demucs3

License:MIT License


Languages

Language:JavaScript 100.0%