Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# Messy Mashup - Music Genre Classification
|
| 6 |
+
**Competition:** Robust genre classification from noisy, remixed audio mashups.
|
| 7 |
+
|
| 8 |
+
**Approach:** EDA, synthetic mashup generation, LightGBM baseline, CNN on mel spectrograms, and fine-tuned AST (Audio Spectrogram Transformer) with ensemble.
|
| 9 |
+
|
| 10 |
+
**Metric:** Macro F1 Score across 10 genres.
|