April 12th, 2017
Line Bot Animal photo classification
為了 Chatbot Day 準備的聊天機器人第二彈.
功能:
很簡單: 就是你上傳動物照片,他就會告訴你是什麼動物.
背後原理:
背後的機器學習模型就是鼎鼎大名的 Tensorflow Inception
註解: Tensorflow Inception 就是一個透過 CNN 建立出來的動物資料庫分類器
架構:
其實這個 Chatbot 還會連接我後端一個 API Server (tf-go-inception) .上面已經將 Inception 訓練好的 model 讀進來.
當你在 Line Chatbot 上面上傳圖片的時候, LineBotAnimal 就會將 圖片透過 multipart 的方式傳到 tf-go-inception 的 API Server
API Server 會將圖片透過 Tensorflow 來預測你的結果,並且傳回給 LineBotAnimal