戒酒的李白
8ec05efe27
Integrating the OpenAI API for in-depth comment analysis, with usability to be debugged.
2025-02-10 00:10:14 +08:00
戒酒的李白
8249ec0048
Implement a two-level caching system (memory + disk) to optimize topic switch response speed, support asynchronous writing, and automatically clean up expired data.
2025-02-09 22:06:46 +08:00
戒酒的李白
607db7317e
Optimize model loading and prediction performance, implement the singleton pattern, and provide comprehensive error handling and error messages, along with confidence level display.
2025-02-08 23:00:11 +08:00
戒酒的李白
1707c2c3de
Added a feature to select the emotion analysis model, supporting switching between the basic and improved models.
2025-02-04 21:06:33 +08:00
戒酒的李白
826de6184d
The old emotion recognition model has been replaced with the new model_pro, and the results have been integrated into the project.
2025-02-04 21:03:45 +08:00
戒酒的李白
a9108a909c
Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem
2025-01-27 18:09:59 +08:00
戒酒的李白
c62f2b2a8e
Added a logging utility class and supplemented, standardized the logging output for all modules.
2025-01-27 18:09:30 +08:00
戒酒的李白
766d45dec9
Update README-CN.md
2025-01-17 21:50:07 +08:00
戒酒的李白
03a70e6413
Update README.md
2025-01-17 21:32:56 +08:00
戒酒的李白
0a224289ef
Update README.md
2025-01-17 21:31:45 +08:00
戒酒的李白
6bbebde3d8
Merge pull request #15 from zhaisang111/main
...
Optimized the getEchartsData.py script, improving code efficiency and…
2025-01-15 15:37:25 +08:00
zhaisang111
fea1f778b4
Optimized the getEchartsData.py script, improving code efficiency and readability.
2025-01-13 21:03:44 +08:00
戒酒的李白
1288b5f0be
Unimportant changes
2025-01-12 19:54:56 +08:00
戒酒的李白
4bee58b73a
Merge pull request #14 from tianjy12/main
...
Removed unnecessary introduction and optimized the word cloud generation component. Added dynamic scheduling functionality to adjust crawler execution intervals based on crawl duration and data volume.
2025-01-12 19:49:00 +08:00
Asy0y0
45324ee19b
Added dynamic scheduling functionality to adjust crawler execution intervals based on crawl duration and data volume.
2025-01-12 18:34:09 +08:00
Asy0y0
3d253b11fb
Optimize word cloud generation script by adding logging and exception handling.
2025-01-12 04:06:18 -06:00
Asy0y0
06e6060b7a
Delete some unnecessary introductions
2025-01-12 03:18:25 -06:00
戒酒的李白
e58f105761
More convenient project initialization, with database initialization added to app.py.
2025-01-09 23:30:15 +08:00
戒酒的李白
a30773715e
Modify the database hardcoding to switch to command-line interactive database connection.
2025-01-09 23:08:55 +08:00
戒酒的李白
ba56f3b0d4
Merge pull request #12 from lintsinghua/main
...
Optimized the web scraping functionality to support multi-account crawling and enhance performance.
2024-12-14 23:33:30 +08:00
lintsinghua
8c4f3e9b52
Update spiderContent.py
2024-12-14 20:07:14 +08:00
lintsinghua
a7472b4287
Update spiderComments.py
2024-12-14 20:06:39 +08:00
lintsinghua
babb9d54a9
Update spiderNav.py
2024-12-14 20:05:58 +08:00
戒酒的李白
82be6f864f
Merge pull request #11 from craiemer/main
...
添加日志输出
2024-12-14 19:26:21 +08:00
戒酒的李白
057e02e943
Merge pull request #10 from qqqlsm666/main
...
优化 topicDefine.py 主题标签处理逻辑,提升性能与稳定性
2024-12-14 19:16:27 +08:00
craiemer
ad3a20018d
添加日志输出
2024-12-14 19:11:51 +08:00
戒酒的李白
9e3c72e3ae
Create CODE_OF_CONDUCT.md
2024-12-14 18:41:49 +08:00
qqqlsm666
7583ef2c9a
优化 topicDefine.py 主题标签处理逻辑,提升性能与稳定性
...
主要针对 topicDefine.py 程序进行了优化,提升了其在处理文章和评论主题标签时的性能与稳定性。
2024-12-14 18:29:11 +08:00
Wenkai Liang
f4ea9b9b6d
Merge pull request #7 from wjhgq/main
...
The new practice sequence model to complete the public opinion prediction function.
2024-12-12 16:59:11 +08:00
戒酒的李白
03ec500e17
Merge pull request #5 from lycoriskang/main
...
Strengthen login security and prevent SQL injection issues
2024-12-12 16:16:15 +08:00
wjhgq
d908e4c82d
Update yuqingpredict.py
2024-12-12 13:25:21 +08:00
wjhgq
3fab33a8d4
Update predict.py. The prediction model is optimized to a time series model, which significantly improves the modeling fitness.
...
In the original method, only linear regression is used to perform simple trend extrapolation, which leads to insufficient prediction accuracy. This optimization adopts time series model, and uses the auto_arima method of pmdarima to automatically select appropriate model parameters (including p, d, q and seasonal parameters) according to historical data. It significantly improves the suitability of the model in time series modeling. In this way, the model can better capture the trend and periodicity of the data, and predict the future heat more reasonable and accurate.
2024-12-12 13:24:50 +08:00
戒酒的李白
f480ceeb21
Update README.md
2024-12-10 23:23:17 +08:00
戒酒的李白
d9d1b7136c
Update README.md
2024-12-10 23:00:49 +08:00
戒酒的李白
ff41fa8310
Update README.md
2024-12-10 22:33:44 +08:00
戒酒的李白
e87a13df09
Update README-CN.md
2024-12-10 22:21:46 +08:00
戒酒的李白
c6568b366e
Fix broken link
2024-12-10 22:18:05 +08:00
戒酒的李白
3a58a00bc1
Update logo
2024-12-10 22:15:01 +08:00
戒酒的李白
48be28635f
Update README.md
2024-12-10 22:14:22 +08:00
戒酒的李白
9557acb4b9
Add files via upload
2024-12-10 22:14:01 +08:00
戒酒的李白
c5a62548ad
Update README.md
2024-12-10 22:12:35 +08:00
戒酒的李白
c0164ecbb5
Add files via upload
2024-12-10 22:11:06 +08:00
戒酒的李白
918658c7a3
Update README.md
2024-12-10 21:28:24 +08:00
lycorisk
38c11b05d5
Update user.py
...
1,密码哈希:
将密码加盐哈希的逻辑抽取到 hash_password 函数中,提高代码复用性。
2,参数化查询:
使用参数化的 SQL 查询防止 SQL 注入攻击。
3表单字段获取:
使用 get 方法获取表单字段,并移除多余空格。
4,友好错误提示:
登录失败时,返回错误信息,并保留用户名以减少用户重新输入的负担。
2024-12-10 21:28:12 +08:00
戒酒的李白
9c5c97d1e5
Update README.md
2024-12-10 21:20:42 +08:00
戒酒的李白
6d254a866c
Update README.md
2024-12-10 21:18:48 +08:00
sukiun
72f7c2aa61
Merge pull request #3 from sukiyra/main
...
Update app.py
2024-12-10 20:54:11 +08:00
sukiun
158c0b8cea
Update app.py
...
1,中间件代码逻辑可以优化,以减少重复的 return 语句,并提高可读性
2,为了更好地调试和监控,建议为应用添加日志记录,捕获用户请求和错误
2024-12-10 20:52:22 +08:00
戒酒的李白
933471a446
Update README.md
2024-12-10 20:49:22 +08:00
juanboy
e41334cd04
app final update
2024-10-18 22:22:49 +08:00