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
Automatic Smile Camera
Search
Yosuke Furukawa
PRO
September 11, 2016
Programming
1
200
Automatic Smile Camera
NodeSchool in G's Academy で発表した自動笑顔認識カメラの話です。
Yosuke Furukawa
PRO
September 11, 2016
Tweet
Share
More Decks by Yosuke Furukawa
See All by Yosuke Furukawa
Node.js, Deno, Bun 最新動向とその所感について
yosuke_furukawa
PRO
9
3.7k
Welcome JSConf.jp 2024
yosuke_furukawa
PRO
1
4.1k
tc39 x jsconf.jp Panel Discussion 2024
yosuke_furukawa
PRO
0
230
Removing Corepack
yosuke_furukawa
PRO
9
1.6k
JavaScript Runtime とはなにか
yosuke_furukawa
PRO
15
2.8k
Strip Types と Storage
yosuke_furukawa
PRO
4
410
Module Harmony について
yosuke_furukawa
PRO
3
1.7k
LTのやり方
yosuke_furukawa
PRO
16
2.6k
AppRouter Panel Talk
yosuke_furukawa
PRO
3
810
Other Decks in Programming
See All in Programming
Google Agent Development Kit でLINE Botを作ってみた
ymd65536
2
190
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
850
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
220
Team operations that are not burdened by SRE
kazatohiei
1
210
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
310
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
1k
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
130
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
320
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
360
CursorはMCPを使った方が良いぞ
taigakono
1
180
生成AIで日々のエラー調査を進めたい
yuyaabo
0
650
エンジニア向け採用ピッチ資料
inusan
0
160
Featured
See All Featured
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
20
1.3k
Code Review Best Practice
trishagee
68
18k
How to Ace a Technical Interview
jacobian
277
23k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Balancing Empowerment & Direction
lara
1
370
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Transcript
Automatic Smile Camera @yosuke_furukawa
Twitter: @yosuke_furukawa Github: yosuke-furukawa
Recruit Technologies, inc.
What’s Node??
Server side JavaScript???
Frontend Tools???
IoT Platform???
All your answers are correct.
Node.js is JavaScript environment
Today: IoT Platform
Automatic Smile Camera @yosuke_furukawa
child_process.spawn proc.name = 'haruka';
left photo: me right photo: daughter
left === right
Do you think I will talk about tech? I will
be just talking about my baby m9(^Д^)ŲƅŝƄŒŖ
None
recently, my baby smiles sometimes.
None
I don’t want to miss my baby smiles
ya, IoT !!!!
Intel Edison with webcam
Intel Edison (is sleeping in rtech)
How do I detect smiles??
OpenCV
detect face
detect half moon area under the face area
DEMO
Google Cloud Vision API
OpenCV detects smile => Google Cloud Vision API=> Send to
Slack :)
OpenCV detects smile => Google Cloud Vision API=> Send to
Slack :)
But…
Current Problems • Intel edison does not so fast. we
need more CPU power. • OpenCV cannot detect face if the target tilts the face. • Google Cloud Vision API is not so good at analyzing baby face.
However I have tried this system in 3 days.
None
Yay!! Yay!! Yay!!!
Thank you for seeing my baby pictures.