Spaces:
Paused
Paused
| # Core ML and Audio Processing | |
| tensorflow==2.15.0 | |
| keras==2.15.0 | |
| numpy==1.24.3 | |
| librosa==0.10.1 | |
| scipy==1.11.4 | |
| # Web Framework | |
| Flask==3.0.0 | |
| Flask-CORS==4.0.0 | |
| Werkzeug==3.0.1 | |
| # Audio Processing | |
| pydub==0.25.1 | |
| # MIDI Handling | |
| mido==1.3.2 | |
| # AWS Integration | |
| boto3==1.34.0 | |
| # Audio processing dependencies (needed by librosa) | |
| soundfile==0.12.1 | |
| resampy==0.4.2 | |
| # Development and Configuration | |
| python-dotenv==1.0.0 | |
| requests==2.31.0 | |
| # Production | |
| gunicorn==21.2.0 | |
| pathlib2==2.3.7 |