Music Source Separation
Master's Thesis Solution Repository - Grgur Crnogorac
Requirements:
- Go
 - Python with depenedencies installed - version 3.10 was used during development
 
How to run
- Clone the repository
 - Install the requirements - 
pip install -r requirements.txt - Install go dependencies - 
go mod tidy - Run the application - 
go run main.go - Open the application in a browser - http://localhost:8080
 
Notes:
- currently only tested on MacOS
 - depending on OS and Python version, some troubleshooting might be necessary
 - in my case, there were backwards compatibility problems with some Python packages and binaries