You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 months ago | |
|---|---|---|
| PSP.md | 4 months ago | |
| README.md | 3 months ago | |
| analyzer.py | 4 months ago | |
| crawler.py | 4 months ago | |
| main.py | 4 months ago | |
| processor.py | 4 months ago | |
| requirements.txt | 4 months ago | |
| test_modules.py | 4 months ago | |
| visualizer.py | 4 months ago | |
README.md
大语言模型应用弹幕分析项目
学号:102301618
🎯 大语言模型弹幕分析
本项目为《软件工程》课程个人编程任务。
通过 Python 爬取 Bilibili 上与“大语言模型”相关的视频弹幕,
对数据进行清洗、分析,并生成词云图和统计图。
🔒 关于 Cookie
由于 Bilibili 对匿名访问有限制, 运行前可在根目录放置 cookies.txt 文件以提高爬取成功率。 Cookie 仅用于课程实验,不作公开。
🚀 使用说明
pip install -r requirements.txt python main.py 运行程序后输入关键词(如“大语言模型”), 结果会自动保存到 output/ 文件夹中。