Initial commit

This commit is contained in:
2026-03-26 18:49:14 +08:00
commit ec8bffe26e
6 changed files with 1723 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
pandas>=2.1
numpy>=1.26
requests>=2.31
python-dotenv>=1.0
jieba>=0.42.1
snownlp>=0.12.3
wordcloud>=1.9.3
matplotlib>=3.8
scikit-learn>=1.4
scipy>=1.12
tqdm>=4.66