17 lines
231 B
Plaintext
17 lines
231 B
Plaintext
|
|
# CardioAI 项目依赖包
|
||
|
|
# 使用 conda 环境: cardioenv
|
||
|
|
# 安装命令: pip install -r requirements.txt
|
||
|
|
|
||
|
|
pandas
|
||
|
|
openpyxl
|
||
|
|
numpy
|
||
|
|
scikit-learn
|
||
|
|
xgboost
|
||
|
|
joblib
|
||
|
|
streamlit
|
||
|
|
plotly
|
||
|
|
Flask
|
||
|
|
python-dotenv
|
||
|
|
langchain-openai
|
||
|
|
dashscope
|
||
|
|
requests
|