Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Node-RED Flow 大喜利 in Osaka
Search
Takeshi Ueno
March 09, 2023
Technology
0
140
Node-RED Flow 大喜利 in Osaka
2023/3/9実施の「Node-RED Flow 大喜利 in Osaka」お題資料
Takeshi Ueno
March 09, 2023
Tweet
Share
More Decks by Takeshi Ueno
See All by Takeshi Ueno
Changeノード 基本から応用まで
utaani
0
630
Node-RED 3.0 新機能紹介
utaani
1
1.5k
Node-REDを活用した社内向けIoTプロトタイピング基盤
utaani
0
1k
Node-REDを活用した社内向けIoTプロトタイピング基盤
utaani
0
2k
Node-RED初心者向けハンズオン教材
utaani
0
1.8k
小型LinuxボードとNode-REDでIoTプロトタイピング
utaani
0
930
Other Decks in Technology
See All in Technology
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.2k
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
3k
問い合わせ自動化の技術的挑戦
recruitengineers
PRO
2
130
「使いにくい」も「運用疲れ」も卒業する UIデザイナーとエンジニアが創る持続可能な内製開発
nrinetcom
PRO
1
770
Windows ネットワークを再確認する
murachiakira
PRO
0
250
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
2
600
Snowflake Night #2 LT
taromatsui_cccmkhd
0
320
AI時代にエンジニアはどう成長すれば良いのか?
recruitengineers
PRO
1
110
三菱UFJ銀行におけるエンタープライズAI駆動開発のリアル / Enterprise AI_Driven Development at MUFG Bank: The Real Story
muit
11
20k
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
360
Security Diaries of an Open Source IAM
ahus1
0
190
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
GraphQLとの向き合い方2022年版
quramy
50
14k
Utilizing Notion as your number one productivity tool
mfonobong
4
240
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
68
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
450
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Unsuck your backbone
ammeep
672
58k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
130
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Transcript
2023/03/09
要件 • connpassお題: 「グルメな食べ物を何らかの画像処理していればクリアなので」 • iPhoneで写真とったら食べ物/料理が含まれてるか認識 • 認識結果をしゃべる(大阪弁)(前日に古城さんにむちゃぶりされた) • 大喜利なのでNode-REDで開発(重要)
道具 • Node-RED • node-red-dashboard: iPhoneでアクセスしてアプリっぽく • ui-audioノードで音ならせる • node-red-node-ui-webcam:
ダッシュボードからWebCam使う • Google Cloud • Vision API: トレーニング済みMLで画像を分類 • Text to Speech API: しゃべる
仕様(後付け) • 写真とる • ダッシュボードにアクセス • 「写真撮ってや~」としゃべる • WebCamで写真とる •
認識 • jpeg→base64 • パラメータ作成してPOST(識別データを最大10個) • 識別データを配列に(英単語で返す) • しゃべる • Cuisine/Foodが含まれてたら「料理ちゃうん」なかったら「ふくまれてへん」 • パラメータ作成して(あらかじめWebで試せる)POST • 結果を鳴らす(base64→Bufferしてui-audioで)
Google Cloud APIsはUIでパラメータをためせる ここで聞いてパラメータ変更 JSONをコピペしてmustacheで文字列入れる
フロー全体