Spaces:
Running
Running
| # Core dependencies | |
| numpy>=1.24.0 | |
| librosa>=0.10.1 | |
| pretty_midi>=0.2.10 | |
| music21>=9.1.0 | |
| streamlit>=1.36.0 | |
| scipy>=1.10.0 | |
| matplotlib>=3.7.0 | |
| soundfile>=0.12.1 | |
| pydub>=0.25.1 | |
| scikit-learn>=1.3.0 | |
| # Hugging Face and deep learning | |
| transformers>=4.36.0 | |
| datasets>=2.16.0 | |
| torch>=2.1.0 | |
| torchaudio>=2.1.0 | |
| accelerate>=0.25.0 | |
| sentencepiece>=0.1.99 | |
| # Audio processing | |
| resampy>=0.4.2 | |
| sounddevice>=0.4.6 | |
| # For MIDI processing | |
| mido>=1.3.3 | |
| # For web interface | |
| gradio>=4.13.0 | |
| # For file handling | |
| tqdm>=4.66.1 | |
| # Additional dependencies for Hugging Face Spaces | |
| ffmpeg-python>=0.2.0 | |
| soxr>=0.3.7 | |
| setuptools>=69.0.0 | |
| wheel>=0.42.0 | |
| python-dotenv>=1.0.0 | |
| huggingface-hub>=0.16.0 | |
| requests>=2.31.0 | |
| urllib3>=2.0.3 | |