wechat-ner-re / requirements.txt
chen666-666's picture
Upload 2 files
a9b3727 verified
raw
history blame contribute delete
510 Bytes
# 基础依赖
torch>=2.0.0
transformers>=4.30.0
gradio>=3.18.0
# 数据库相关
sqlalchemy>=2.0.0
pymysql>=1.0.3
# 文本处理
chardet>=5.1.0
scikit-learn>=1.0.2
# 数据处理
numpy>=1.21.0
pandas>=1.3.0
tqdm>=4.65.0
# 日志
python-json-logger>=2.0.0
# 知识图谱可视化
networkx>=3.0
pyvis>=0.3.0
matplotlib>=3.5.0
plotly>=5.10.0
# 可选依赖(如果使用ChatGLM)
protobuf>=3.20.0
accelerate>=0.20.0
# 其他依赖
requests>=2.25.0
beautifulsoup4>=4.10.0
# gqlalchemy
gqlalchemy>=0.3.1