Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,30 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: ArtifactNet
|
| 3 |
-
emoji: 🔍
|
| 4 |
-
colorFrom: indigo
|
| 5 |
-
colorTo: yellow
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.20.1
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
hardware: zero-a10g
|
| 12 |
-
---
|
| 13 |
-
|
| 14 |
-
# ArtifactNet — AI Music Forensic Detector
|
| 15 |
-
|
| 16 |
-
Detect AI-generated music using deep spectral analysis and neural networks.
|
| 17 |
# Model sync check - 20260225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: ArtifactNet
|
| 3 |
+
emoji: 🔍
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.20.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
hardware: zero-a10g
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# ArtifactNet — AI Music Forensic Detector
|
| 15 |
+
|
| 16 |
+
Detect AI-generated music using deep spectral analysis and neural networks.
|
| 17 |
# Model sync check - 20260225
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
@article{oh2026artifactnet,
|
| 21 |
+
title = {ArtifactNet: Detecting AI-Generated Music via Forensic Residual Physics},
|
| 22 |
+
author = {Oh, Heewon},
|
| 23 |
+
journal = {arXiv preprint arXiv:2604.16254},
|
| 24 |
+
year = {2026},
|
| 25 |
+
eprint = {2604.16254},
|
| 26 |
+
archivePrefix= {arXiv},
|
| 27 |
+
primaryClass = {cs.SD},
|
| 28 |
+
doi = {10.48550/arXiv.2604.16254},
|
| 29 |
+
url = {https://arxiv.org/abs/2604.16254}
|
| 30 |
+
}
|