Files
recommend/requirements.txt
赵杰 Jie Zhao (雄狮汽车科技) 3a8a498648 chore: update code 周一-2025-11 17:57
2025-11-03 17:57:05 +08:00

38 lines
794 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.
# 个性化饮食推荐APP - 依赖包
# 核心依赖
customtkinter>=5.2.0
scikit-learn>=1.3.0
pandas>=2.0.0
numpy>=1.24.0
joblib>=1.3.0
# 大模型集成 (千问API)
requests>=2.31.0
# 配置管理
python-dotenv>=1.0.0
# 数据处理
python-dateutil>=2.8.0
# 图像处理 (GUI需要)
Pillow>=10.0.0
# OCR识别依赖必需轻量级
pytesseract>=0.3.10
opencv-python>=4.8.0
# OCR识别依赖可选需要额外安装深度学习框架占用内存较大
# paddleocr>=2.7.0 # 可选需要PaddlePaddle占用内存较大
# easyocr>=1.7.0 # 可选需要PyTorch占用内存很大1-2GB
# 移动端支持 (可选)
kivy>=2.1.0
kivymd>=1.1.1
# Web端支持 (必需)
Flask>=3.0.0
Werkzeug>=3.0.0
gunicorn>=21.2.0 # Web服务器生产环境必需