text-classify-ui/requirements.txt
superlishunqin c989258444 add_unrar
2025-04-02 15:05:19 +08:00

53 lines
857 B
Plaintext

# 核心框架
Flask==2.0.1
Werkzeug==2.0.1
mysql-connector-python==8.0.27
bcrypt==3.2.0
itsdangerous==2.2.0
Jinja2==3.1.6
MarkupSafe==3.0.2
# 模型和数据处理
tensorflow==2.19.0 # 使用当前已安装的版本
tensorflow-io-gcs-filesystem==0.37.1
numpy==2.0.2
jieba==0.42.1
scikit-learn==1.6.1
scipy==1.13.1
h5py==3.13.0
# 文件处理
rarfile==4.0
python-dateutil==2.8.2
unrar
# 邮件服务
Flask-Mail==0.9.1
blinker==1.9.0
# 工具类
python-dotenv==0.20.0
requests==2.32.3
six==1.17.0
# 生产部署
gunicorn==20.1.0
# TensorFlow依赖
absl-py==2.1.0
astunparse==1.6.3
flatbuffers==25.2.10
gast==0.6.0
google-pasta==0.2.0
grpcio==1.71.0
keras==3.9.0
markdown==3.7
ml_dtypes==0.5.1
opt_einsum==3.4.0
packaging==24.2
protobuf==5.29.3
tensorboard==2.19.0
tensorboard-data-server==0.7.2
termcolor==2.5.0
typing_extensions==4.12.2
wrapt==1.17.2