沉默的背影 X-Pacific

keep learning

开源AI工具MindGridAI

MindGridAI

介绍

这是一个小的AI工具,他可以:
1、网页变脑图
2、用自然语言提取网页结构化信息到表格

开源地址:

https://gitee.com/zxporz/MindGridAI

https://github.com/X-Pacific/MindGridAI

本地安装

1.  pip install -r requirements.txt
2.  windows `streamlit run --server.port 80 web_scraper.py`
3.  linux `nohup python -m streamlit run --server.port 80 web_scraper.py &`
4.  你需要一个QWEN的api_key,从https://bailian.console.aliyun.com/申请,并替换到`config.json->api_key`
5.  运行成功后,访问 http://localhost


使用说明


1. 界面说明

image

2.  生成脑图


3.  根据提示词提取数据 





posted @ 2025-11-20 16:37  乂墨EMO  阅读(1)  评论(0)    收藏  举报