✨ Features: - ALS file generator (creates Ableton Live projects) - ALS parser (reads and analyzes projects) - AI clients (GLM4.6 + Minimax M2) - Multiple music genres (House, Techno, Hip-Hop) - Complete documentation 🤖 Ready to generate music with AI!
59 lines
929 B
Plaintext
59 lines
929 B
Plaintext
# ===========================================
|
|
# MusiaIA - Dependencies
|
|
# ===========================================
|
|
|
|
# Core Web Framework
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
pydantic==2.5.0
|
|
python-multipart==0.0.6
|
|
|
|
# Database
|
|
sqlalchemy==2.0.23
|
|
psycopg2-binary==2.9.9
|
|
alembic==1.12.1
|
|
redis==5.0.1
|
|
|
|
# Authentication & Security
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-decouple==3.8
|
|
|
|
# XML & File Processing
|
|
lxml==4.9.3
|
|
gzip-reader==0.2.1
|
|
|
|
# AI Integration
|
|
requests==2.31.0
|
|
aiohttp==3.9.1
|
|
websockets==12.0
|
|
|
|
# Audio Analysis (Optional)
|
|
librosa==0.10.1
|
|
soundfile==0.12.1
|
|
numpy==1.24.3
|
|
scipy==1.11.4
|
|
|
|
# Data Processing
|
|
pandas==2.1.4
|
|
python-dotenv==1.0.0
|
|
|
|
# Logging & Monitoring
|
|
structlog==23.2.0
|
|
sentry-sdk==1.38.0
|
|
|
|
# Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
httpx==0.25.2
|
|
factory-boy==3.3.0
|
|
|
|
# Development Tools
|
|
black==23.11.0
|
|
isort==5.12.0
|
|
flake8==6.1.0
|
|
mypy==1.7.1
|
|
|
|
# Async & Queues
|
|
celery==5.3.4
|