[Feature] 自动旅行日志:AI 从照片生成图文游记
Open
Nobody has claimed this yet.
enhancement
status: pending-review
- Dominant language
- Python
- Stars
- 739
- Forks
- 97
- Avg merge
- 10h 3m
- Merged PRs (30d)
- 82
Description
背景与目标
用户在旅行后常需手动整理照片、编写游记,过程繁琐。希望 AI 可自动从照片、票据、地点等数据生成结构化旅行记录。
输入数据
- 旅行期间的照片(含元数据)
- 识别出的火车票、飞机票、门票
- 地理位置轨迹
- AI 描述与评分
输出内容
结构化日志
- 标题(如"2024年3月厦门之旅")
- 时间:出发/返回日期、总天数
- 行程:每日时间线
- 地点:城市/景点
- 人物:同行者
- 费用分类统计
图文混排输出
- Markdown / HTML 格式
- 可发布到博客平台
- 支持生成 PDF
技术方案
- 使用 LangChain/LangGraph 编排多步骤生成
- 分阶段:行程概览 → 每日详情 → 费用统计 → 润色
- 支持流式输出展示生成进度
- 提供模板引擎
优先级
高 - 核心差异化功能
相关文档
设计文档:/docs/dev/feature-proposals
This issue tracks the feature proposal for automatic travel diary generation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the design materials under /docs/dev/feature-proposals and the issue's proposed LangChain/LangGraph stages. The scope spans photo and metadata inputs, structured and formatted outputs, streaming, templates, and PDF generation; done requires an agreed implementation design and acceptance criteria for these parts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100