Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pulipulichen/3c7ab76fa147376712045b56c40791a4 to your computer and use it in GitHub Desktop.
Save pulipulichen/3c7ab76fa147376712045b56c40791a4 to your computer and use it in GitHub Desktop.
AppSheet,Genimi,Metadata
看看網頁版全文 ⇨ 不知道怎麼下後設資料?用AI幫你添增索引關鍵字  : Don't Know How to Add Metadata? Use AI to Write Keywords
https://blog.pulipuli.info/2025/06/dont-know-how-to-add-metadata-use-ai-to-write-keywords.html
我開發了一個家用的倉儲管理系統來記錄家裡物品的收納位置和存量。
為了讓我更容易用搜尋找到物品,我使用Google Gemini來解析物品的照片,以此來添增後設資料(metadata),提高它被檢索找到的機會。
使用下來意外地好用,但也有些限制。
這篇就記錄一下這種用AI識別照片添增物品後設資料的心得吧。
I developed a home inventory management system to track the location and quantity of items in my house. To make searching for items easier, I use Google Gemini to analyze photos of the items, adding metadata to increase their searchability. It's surprisingly effective, but it also has some limitations. This post documents my experience using AI image recognition to enhance item metadata.。
----
# 物品管理APP / Inventory Management App。
這各物品管理的APP是我用AppSheet創建的應用程式,只供我們家私人共用,不開放其他人取用。
它可以用網頁或AppSheet的APP開啟。
AppSheet可以讓我們用關鍵字檢索物品的後設資料。
例如我搜尋「剪刀」,可供檢索的後設資料裡面只要有包含「剪刀」兩個字的物品,通通都可以檢索出來。
然而大多時候,我們找物品用的名稱,通常都跟記錄在後設資料的名稱不一樣。
像上圖的眼鏡,你會怎麼稱呼它呢?我是把它登記為「迷因墨鏡」啦。
但對其他人來說可能不是如此。
別人可能看眼鏡上的光影像是「像素」,所以用「像素」來檢索。
這時候居然能夠找到這個眼鏡,為什麼呢?。
因為背後AI幫它增加了另一個名稱「像素墨鏡」,因此這樣就能夠順利把它找出來了。
太神奇了,AI到底是怎麽做的呢?。
----
# 系統架構與原理 / System Architecture and Principles。
上圖是一般使用AppSheet的時候的架構圖。
----
繼續閱讀 ⇨ 不知道怎麼下後設資料?用AI幫你添增索引關鍵字  : Don't Know How to Add Metadata? Use AI to Write Keywords
https://blog.pulipuli.info/2025/06/dont-know-how-to-add-metadata-use-ai-to-write-keywords.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment