facerecognition/requirements.txt
2025-04-07 12:18:59 +08:00

20 lines
550 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.

# 核心依赖
opencv-python>=4.1.2
opencv-contrib-python>=4.5.5.64 # 提供额外的计算机视觉功能
numpy>=1.18.5
face-recognition>=1.3.0 # 人脸检测和特征提取
# 语音提示相关
pyttsx3>=2.90
# 数据处理和存储
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