This commit is contained in:
2025-11-27 17:58:58 +01:00
parent 679e179edc
commit 063d43fcdf
6 changed files with 871 additions and 3 deletions

View File

@@ -11,11 +11,17 @@ alembic==1.13.1
# Audio Processing
librosa==0.10.1
essentia-tensorflow==2.1b6.dev1110
soundfile==0.12.1
audioread==3.0.1
mutagen==1.47.0
# Optional: Essentia for genre/mood/instrument classification
# Note: essentia-tensorflow not available on PyPI for all platforms
# Uncomment if you can install it (Linux x86_64 only):
# essentia==2.1b6.dev1110
# For manual installation: pip install essentia
# Or build from source: https://github.com/MTG/essentia
# Scientific Computing
numpy==1.24.3
scipy==1.11.4