mxivideo/python_core/requirements.txt

68 lines
1018 B
Plaintext

# Core Video Processing
moviepy>=1.0.3
ffmpeg-python>=0.2.0
opencv-python>=4.8.0
PySceneDetect>=0.6.2
# Audio Processing
librosa>=0.10.0
pydub>=0.25.1
pyaudio>=0.2.11
spleeter>=2.3.2
# Audio Analysis & Generation
audiolazy>=0.7
madmom>=0.16.1
music21>=8.1.0
pysynth>=0.9.3
magenta>=2.1.4
# AI & Machine Learning
transformers>=4.30.0
torch>=2.0.0
torchvision>=0.15.0
torchaudio>=2.0.0
# Automation & Control
pyautogui>=0.9.54
pynput>=1.7.6
# Text-to-Speech
gTTS>=2.3.2
pyttsx3>=2.90
# Task Queue & Distributed Processing
celery>=5.3.0
redis>=4.5.0
# Database & Search
elasticsearch>=8.8.0
# Utilities
numpy>=1.24.0
scipy>=1.10.0
matplotlib>=3.7.0
pillow>=10.0.0
requests>=2.31.0
python-dotenv>=1.0.0
# Development & Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0
# GUI Framework (if needed for standalone Python GUI)
tkinter-tooltip>=2.0.0
# File Format Support
python-magic>=0.4.27
mutagen>=1.46.0
# Logging & Monitoring
loguru>=0.7.0
# Configuration
pydantic>=2.0.0
pyyaml>=6.0