Face_reg_app/FaceFeatureExtractorAPI/requirements.txt

22 lines
352 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 人脸特征提取API依赖包
# 核心依赖
opencv-python>=4.5.0
numpy>=1.19.0
onnxruntime>=1.12.0
# Web API框架
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
python-multipart>=0.0.6
# 数据库
sqlalchemy>=2.0.23
# 可选依赖用于GPU加速
# onnxruntime-gpu>=1.12.0
# 开发和测试依赖
pytest>=7.0.0
pillow>=8.0.0
requests>=2.28.0