Music structure analysis with deep embeddings
nix run github:carlthome/msaf-encodec
# Clone the repo to the working directory.
nix flake clone --dest . github:carlthome/msaf-encodec
# Show available packages.
nix flake show
# Show flake inputs.
nix flake metadata
# Run tests.
nix flake check
# Create development environment.
nix develop