Update README.md
Browse files
README.md
CHANGED
|
@@ -3,12 +3,15 @@ license: mit
|
|
| 3 |
---
|
| 4 |
A deep learning model for audio classification, designed to detect AI-generated music.
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
A deep learning model for audio classification, designed to detect AI-generated music.
|
| 5 |
|
| 6 |
+
Model architecture : EfficientNetB0 (Transfer Learning)
|
| 7 |
|
| 8 |
+
Framework: TensorFlow / Keras
|
| 9 |
|
| 10 |
+
Task: Binary Classification (AI Music vs. Real Music)
|
| 11 |
|
| 12 |
+
Input: Mel Spectrograms (224x224) generated from audio files.
|
| 13 |
|
| 14 |
+
Training Data: Trained on a balanced dataset of thousands of
|
| 15 |
+
modern songs from sources like the Free Music Archive, NCS,
|
| 16 |
+
and the Suno AI dataset on Kaggle, all standardized to a
|
| 17 |
+
consistent bitrate.
|