22 lines
352 B
Plaintext
22 lines
352 B
Plaintext
|
|
# 人脸特征提取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
|