# MindGridAI **Repository Path**: FWorldCodeZ/MindGridAI ## Basic Information - **Project Name**: MindGridAI - **Description**: 网页变脑图 用自然语言提取网页结构化信息到表格 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2025-11-20 - **Last Updated**: 2025-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MindGridAI #### Introduction This is a small AI tool that can: 1. Convert web pages to mind maps 2. Extract structured information from web pages to tables using natural language #### Quick Start 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. You need a QWEN api_key, apply from https://bailian.console.aliyun.com/ and replace it in `config.json->api_key` 5. After successful run, visit http://localhost #### Online Experience [Try it here](http://180.184.78.42/) #### Usage Instructions 1. Interface description ![alt text](image.png) 2. Generate mind map ![alt text](image-2.png) [Click to view demo video](https://zxposs.oss-cn-beijing.aliyuncs.com/git/mind) 3. Extract data based on prompts ![alt text](image-3.png) [Click to view demo video](https://zxposs.oss-cn-beijing.aliyuncs.com/git/grid) #### Let me know you're using it 1. Please leave a comment 2. Create a Pull Request 3. Submit issues