Spaces:
Paused
Paused
# Core dependencies | |
torch | |
torchvision | |
torchaudio | |
numpy<2.0 # NumPy 2.xとの互換性問題を回避 | |
pillow | |
# Audio processing | |
librosa | |
soundfile | |
audioread | |
soxr | |
# Video/Image processing | |
opencv-python-headless | |
imageio | |
imageio-ffmpeg | |
scikit-image | |
# Machine learning | |
scikit-learn | |
scipy | |
numba | |
# Web interface | |
gradio | |
# Utilities | |
tqdm | |
requests | |
pyyaml | |
joblib | |
cython | |
decorator | |
lazy-loader | |
llvmlite | |
msgpack | |
platformdirs | |
pooch | |
pycparser | |
threadpoolctl | |
tifffile | |
cffi | |
# Additional dependencies for compatibility | |
packaging | |
typing-extensions | |
filetype==1.2.0 | |
# ONNX Runtime for model inference | |
onnxruntime-gpu # GPU版のみで十分(CPU版も含まれる) | |
# MediaPipe for face detection | |
mediapipe |