Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: ML-Based Procedural Sound Design Artifacts
|
| 3 |
+
license: mit
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- audio
|
| 8 |
+
- embeddings
|
| 9 |
+
- clustering
|
| 10 |
+
- procedural-audio
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# ML-Based Procedural Sound Design Artifacts
|
| 14 |
+
|
| 15 |
+
This repository stores large experiment artifacts for the **ML-Based-Procedural-Sound-Design** project.
|
| 16 |
+
|
| 17 |
+
## Contents
|
| 18 |
+
- `embeddings.zip`: CLAP-based embedding outputs used in the project
|
| 19 |
+
- `kmeans_results.zip`: K-means clustering outputs and related result files
|
| 20 |
+
|
| 21 |
+
## Notes
|
| 22 |
+
This repository is used for artifact storage only. Source code, evaluation figures, documentation, and the Max/MSP patch are maintained separately in the project GitHub repository.
|