test / requirements.txt
mr2along's picture
Update requirements.txt
0fa33e5 verified
raw
history blame contribute delete
448 Bytes
# ===== Core =====
numpy==1.24.4
pillow==9.5.0
protobuf==4.23.2
tqdm==4.65.0
psutil==5.9.5
requests
imageio
# ===== OpenCV (no GUI - tránh lỗi libGL) =====
opencv-python-headless==4.7.0.72
# ===== ONNX =====
onnx==1.14.0
onnxruntime==1.16.3 # 🔥 FIX executable stack error
# ===== AI Models =====
torch==2.0.1
torchvision==0.15.2
insightface==0.7.3
gfpgan==1.3.8
opennsfw2==0.10.2
# ===== API / Web =====
fastapi
uvicorn[standard]
gradio