修改依赖项资源

This commit is contained in:
zhugaoliang 2025-04-07 12:18:59 +08:00
parent 053eaa3107
commit 5bbd7f71c4
2 changed files with 16 additions and 10 deletions

Binary file not shown.

View File

@ -1,13 +1,19 @@
torch>=1.7.0 # 核心依赖
torchvision>=0.8.1
opencv-python>=4.1.2 opencv-python>=4.1.2
opencv-contrib-python>=4.5.5.64 # 提供额外的计算机视觉功能
numpy>=1.18.5 numpy>=1.18.5
Pillow>=9.0.0 face-recognition>=1.3.0 # 人脸检测和特征提取
PyYAML>=5.3.1
tqdm>=4.41.0 # 语音提示相关
matplotlib>=3.2.2
scipy>=1.4.1
pyttsx3>=2.90 pyttsx3>=2.90
face-recognition>=1.3.0
scikit-learn>=0.24.2 # 数据处理和存储
sqlite3-wrapper>=0.1.2 scikit-learn>=0.24.2 # 用于特征处理
sqlite3 # Python标准库无需安装
# 图像处理
Pillow>=9.0.0
# 用于安装dlib (face_recognition的依赖)
# 注意直接使用提供的wheel文件安装dlib: dlib-19.22.99-cp310-cp310-win_amd64.whl
# pip install dlib-19.22.99-cp310-cp310-win_amd64.whl