Add MindSpider running screenshot.
This commit is contained in:
@@ -21,6 +21,12 @@ MindSpider是一个基于Agent技术的智能舆情爬虫系统,通过AI自动
|
|||||||
- 模块一:Search Agent从包括微博、知乎、github、酷安等 **13个** 社媒平台、技术论坛识别热点新闻,并维护一个每日话题分析表。
|
- 模块一:Search Agent从包括微博、知乎、github、酷安等 **13个** 社媒平台、技术论坛识别热点新闻,并维护一个每日话题分析表。
|
||||||
- 模块二:全平台爬虫深度爬取每个话题的细粒度舆情反馈。
|
- 模块二:全平台爬虫深度爬取每个话题的细粒度舆情反馈。
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="img\example.png" alt="banner" width="700">
|
||||||
|
|
||||||
|
MindSpider 运行示例
|
||||||
|
</div>
|
||||||
|
|
||||||
### 技术架构
|
### 技术架构
|
||||||
|
|
||||||
- **编程语言**: Python 3.9+
|
- **编程语言**: Python 3.9+
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 790 KiB |
@@ -299,6 +299,12 @@ streamlit run SingleEngineApp/insight_engine_streamlit_app.py --server.port 8501
|
|||||||
|
|
||||||
This section has detailed configuration documentation: [MindSpider Usage Guide](./MindSpider/README.md)
|
This section has detailed configuration documentation: [MindSpider Usage Guide](./MindSpider/README.md)
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="MindSpider\img\example.png" alt="banner" width="600">
|
||||||
|
|
||||||
|
MindSpider Running Example
|
||||||
|
</div>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Enter crawler directory
|
# Enter crawler directory
|
||||||
cd MindSpider
|
cd MindSpider
|
||||||
|
|||||||
@@ -304,6 +304,12 @@ streamlit run SingleEngineApp/insight_engine_streamlit_app.py --server.port 8501
|
|||||||
|
|
||||||
这部分有详细的配置文档:[MindeSpider使用说明](./MindSpider/README.md)
|
这部分有详细的配置文档:[MindeSpider使用说明](./MindSpider/README.md)
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="MindSpider\img\example.png" alt="banner" width="600">
|
||||||
|
|
||||||
|
MindSpider 运行示例
|
||||||
|
</div>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 进入爬虫目录
|
# 进入爬虫目录
|
||||||
cd MindSpider
|
cd MindSpider
|
||||||
|
|||||||
Reference in New Issue
Block a user