-- Views
November 21, 24
スライド概要
SeeedKKの中の人。Microsoft MVP for Internet of Things。
話すだけでプログラム完了! AIエージェント「SenseCAP Watcher」 の革新 MATSUOKA Takashi @matsujirushi12
MATSUOKA Takashi @matsujirushi12 「e」3つ 2017~ MVP for Windows Development 2020~ for Microsoft Azure 2022~ for Internet of Things 1991年大手メーカーに入社し、 工場の自動化や情報システム の開発、運用に従事。2017年8 月、Seeed株式会社設立時に 転職。組み込みデバイスの開 発環境整備やライブラリ開発 を担当。 書籍 雑誌 YouTube
「e」3つ Vision: すべての人がテクノロジーにアクセスできるようにする Mission: 最も信頼性の高いハードウェア プラットフォームになり、誰もがデジタル トランスフォーメーションの目標を達成できるようにする
Hamamatsu Micro Maker Faire 2023 Groveを使った作品(イメージ) (Make:.自作楽器に加え、年々多彩なプロジェクトが増えていく 「Hamamatsu Micro Maker Faire 2023」会場レポート. https://makezine.jp/blog/2024/01/hmmf2024_report.html)
自然言語によるプログラミング def fib(n): if n <= 1: return n else: return (fib(n-2) + fib(n-1)) print("Fibonaci Sequence:") for i in range(0,10): print(i," : ",fib(i)) A recursive function that returns the Fibonacci sequence in Python ChatGPT def fib(n): if n <= 1: return n else: return (fib(n-2) + fib(n-1)) print("Fibonaci Sequence:") for i in range(0,10): print(i," : ",fib(i)) A recursive function that returns the Fibonacci sequence in Python (note.プログラミング言語に特化したLLM StarCoderを試食してみた.https://note.com/hamachi_jp/n/na6f4706ae604)
SenseCAP Watcher Camera Microphone 1. Understand What it Sees (見ているものを理解) 2. Simply Speak Your Command (指示は話すだけ) 3. Respect Privacy (プライバシーを尊重)
SenseCAP Watcher: a physical AI agent for smarter spaces https://youtu.be/7RTlRX1cd0Q
SenseCAP Watcher: a physical AI agent for smarter spaces Please notify me if someone borrows a camera and send me an email
Simply Speak Your Command (指示は話すだけ) SenseCraft(PaaS) Task Orchestration Engine Task Task Task Command Task Flow JSON Task Flow Task Flow Engine SenseCAP Watcher
Task Orchestration Engine Command Text Command Speech-to-Text Task Orchestration Engine Prompt JSON Prompt JSON Prompt LLM Task Flow JSON JSON (YouTube.Software Backbone of SenseCAP Watcher, Next Physical AI Agent for Smarter Space.https://www.youtube.com/live/v4ziewauEt4?t=1351)
どう動くのか 3 2 1
Kickstarter 1個から購入可能 SenseCAP Watcher W1-A https://www.seeedstudio.com/SenseCAP-Watcher-W1-A-p-5979.html SenseCAP Watcher W1-B https://www.seeedstudio.com/SenseCAP-Watcher-W1-B-p-5980.html