Face_reg_app/docker/FaceFeatureExtractorAPI/requirements.txt

11 lines
232 B
Plaintext
Raw Normal View History

2025-12-19 11:04:41 +08:00
# 人脸特征提取API依赖包
# 核心依赖
opencv-python>=4.5.0
numpy>=1.19.0
# onnxruntime>=1.12.0
# 可选依赖用于GPU加速
onnxruntime-gpu>=1.12.0
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6