旅行プランを作成するアプリ
- 8月10日
- 読了時間: 1分
旅館やルートを一つずつ個別に調べるのではなく、旅行全体のプランをまとめて作成・確認できるので、なかなか面白いと思います。
LLMによる要約にはGemma 4 E2Bを使用しています。
多言語にもスムーズに対応できるため、かなり使いやすいです。
使用しているAPIは以下のとおりです。
・場所検索:Google Places
・ホテル:楽天トラベル空室検索API
・天気予報:Open-Meteo
・経路検索:Transitous
・LLM要約:Gemma 4 E2B
基本的には無料で利用できるものを使っています。
Instead of searching for each hotel or route one by one, the app lets you create and review the whole travel plan together, which I think is pretty interesting.
For the LLM-based summary, I’m using Gemma 4 E2B. It supports multiple languages smoothly, so it is quite easy to use.
The APIs used are as follows:
Place search: Google Places
Hotels: Rakuten Travel Vacant Hotel Search API
Weather forecast: Open-Meteo
Route search: Transitous
LLM summary: Gemma 4 E2B
Basically, I’m using API that can be used for free.

コメント