LC044 / LC044/TrailSnap

[Feature] 自动旅行日志:AI 从照片生成图文游记

Open
#44 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.