Commit Graph

52 Commits

Author SHA1 Message Date
戒酒的李白 20a5be7aeb Add options for selecting large models and prioritize using DeepSeek for analysis. 2025-02-16 01:16:35 +08:00
戒酒的李白 dfe1a833f9 Modify naming conventions that may cause confusion and consolidate code files. 2025-02-13 15:56:34 +08:00
戒酒的李白 82089852c9 Supports integration of two models from DeepSeek for analysis! 2025-02-12 01:45:45 +08:00
戒酒的李白 12a8732bd2 More model support, including OpenAI and Claude, with corresponding updates to the README documentation. 2025-02-11 22:41:09 +08:00
戒酒的李白 a60a0f3296 A more comprehensive large model analysis setup, front-end interface optimization. 2025-02-11 22:30:52 +08:00
戒酒的李白 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
zhaisang111 fea1f778b4 Optimized the getEchartsData.py script, improving code efficiency and readability. 2025-01-13 21:03:44 +08: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
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
kpt c0385809ea 【cipingTotal】解决路径错误 2024-07-05 01:53:40 +08:00
juanboy 2713bf9fe2 话题预测界面 2024-07-05 01:38:10 +08:00
juanboy 82bf846b5b 摘虫 2024-07-04 22:56:17 +08:00
juanboy d139169e09 爬虫结束自动打标注 2024-07-04 19:22:17 +08:00
juanboy 406939eaaa 爬虫结束自动打标注 2024-07-04 15:46:28 +08:00
juanboy b3b3cff505 爬虫结束自动打标注 2024-07-04 15:33:20 +08:00
juanboy 2385f85f9a Merge remote-tracking branch 'origin/main' 2024-07-04 14:44:31 +08:00
juanboy f0449e7706 舆情预测函数定义 2024-07-04 14:44:17 +08:00
redhongx a1d1e8d4a6 【page.py】【getTableData.py】修改import 2024-07-04 12:40:55 +08:00
juanboy 70e82a2c29 舆情函数调通 2024-07-04 12:35:03 +08:00
redhongx e43615d5aa 【getEchartsData.py】修改正面/中性/负面的判断值 2024-07-04 12:34:24 +08:00
juanboy d8f1f47bb7 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2024-07-04 12:00:44 +08:00
juanboy 0855466745 舆情函数定义 2024-07-04 12:00:15 +08:00
redhongx 93b72ea2e0 【snownlp相关文件】上传自己的模型,调用utils/mynlp 2024-07-04 11:54:06 +08:00
redhongx c5f5d59013 【saveData.py】【query.py】修改数据库连接IP 2024-07-04 11:02:07 +08:00
戒酒的李白 cfe1fdc882 【getPublicData.py】添加getAllTopics函数初步 2024-07-03 21:42:34 +08:00
kpt d0b92e9625 【getTopicPageData】修改注释 2024-07-03 21:37:50 +08:00
kpt 9c2740c2d5 【getTopicPageData】重命名函数 getCommentFilterData -> getCommentFilterDataTopic ,解决冲突 2024-07-03 20:33:00 +08:00
kpt e96d14dd21 【getTopicPageData】话题工具类 2024-07-03 20:16:50 +08:00
kpt d3fbafc8cf 【删除静态文件】别他妈往上推了 2024-07-03 19:30:11 +08:00
juanboy e497df720e 数据库连接改错了 2024-07-03 19:12:24 +08:00
juanboy ba9fe57784 bug修改 2024-07-03 19:01:59 +08:00
戒酒的李白 261dfa46b1 【情感分析模块】正面负面中性的判断标准更改 2024-07-03 17:42:36 +08:00
戒酒的李白 f98d111c32 【大修bug】添加csv表格原始数据,修改词频统计函数bug 2024-07-03 15:45:08 +08:00
戒酒的李白 604dab7588 【bug修复】date改成data 2024-07-03 15:24:49 +08:00
juanboy 46bbc00317 【getTableData.py】情感分析接管数据的函数定义 2024-07-02 20:49:26 +08:00
juanboy 2af147fcb2 【getHowWordPageData.py】提取热词和相关函数定义 2024-07-02 18:54:21 +08:00
juanboy a94d2cdf80 【cutComments.py】分词统计词频函数定义 2024-07-02 17:49:46 +08:00
juanboy 50781187c2 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2024-07-02 17:25:10 +08:00
juanboy 9bc4d003d9 【getEchartsData.py】对数据库获取到的数据按要求处理的函数 2024-07-02 17:25:05 +08:00
kpt 5175cc4406 Merge branch 'main' of https://github.com/666ghj/Weibo_PublicOpinion_AnalysisSystem 2024-07-02 17:03:21 +08:00
kpt c9424af208 【errResp.py】添加错误类 2024-07-02 17:03:15 +08:00
juanboy 2415b4e0f7 【getPublicData.py】从数据库中获取数据函数定义 2024-07-02 16:58:14 +08:00