Files
111/aicodes/requirements.txt
2026-01-30 20:40:57 +08:00

41 lines
825 B
Plaintext

# ============================================
# CardioAI - 心血管疾病智能辅助系统
# 项目依赖配置文件
# ============================================
# Conda 环境设置说明:
# 1. 创建名为 cardioenv 的 conda 虚拟环境 (Python 3.10):
# conda create -n cardioenv python=3.10
#
# 2. 激活虚拟环境:
# conda activate cardioenv
#
# 3. 安装项目依赖:
# pip install -r requirements.txt
# ============================================
# 数据处理与科学计算
pandas>=1.5.0
openpyxl>=3.0.0
numpy>=1.23.0
# 机器学习与模型
scikit-learn>=1.2.0
xgboost>=2.0.0
joblib>=1.3.0
# 数据可视化
streamlit>=1.28.0
plotly>=5.18.0
# Web 服务框架
Flask>=3.0.0
# 环境配置
python-dotenv>=1.0.0
# AI 与 LLM 集成
langchain-openai>=0.0.5
dashscope>=1.14.0
requests>=2.31.0