# travel_mind **Repository Path**: rain222/travel_mind ## Basic Information - **Project Name**: travel_mind - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-07 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 环境配置 ### 前端 ### 后端 python版本:3.12.9 导出当前环境的包:pip freeze > requirements.txt 安装:pip install -r requirements.txt ## 智谱AI API接入:https://www.bigmodel.cn/dev/api/normal-model/glm-4 使用模型:GLM-4-Flash ## 后端 cd backend flask run --host=0.0.0.0 --port=5000 ## 前端 cd frontend npm install npm start