v1: svd prototype — single-file singing detector

HuggingFace matthijs/svd (torch.jit) model + ffmpeg audio extract + tkinter file picker. Proves the concept in one script.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-01-01 10:00:00 +00:00
commit 678d6d1568
2 changed files with 115 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
__pycache__/
*.pyc
*.wav
*.mp4
.DS_Store
venv/
.venv/