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
Welcome JSConf.jp 2024
yosuke_furukawa
PRO
0
190
tc39 x jsconf.jp Panel Discussion 2024
yosuke_furukawa
PRO
0
150
Removing Corepack
yosuke_furukawa
PRO
9
1.3k
JavaScript Runtime とはなにか
yosuke_furukawa
PRO
15
2.5k
Strip Types と Storage
yosuke_furukawa
PRO
4
340
Module Harmony について
yosuke_furukawa
PRO
3
1.5k
LTのやり方
yosuke_furukawa
PRO
16
2.2k
AppRouter Panel Talk
yosuke_furukawa
PRO
3
700
Node.js v22 で変わること
yosuke_furukawa
PRO
13
5.3k
Other Decks in Programming
See All in Programming
Missing parts when designing and implementing Android UI
ericksli
0
200
Flutterを言い訳にしない!アプリの使い心地改善テクニック5選🔥
kno3a87
1
210
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
340
WebフロントエンドにおけるGraphQL(あるいはバックエンドのAPI)との向き合い方 / #241106_plk_frontend
izumin5210
4
1.4k
macOS でできる リアルタイム動画像処理
biacco42
9
2.4k
Djangoの開発環境で工夫したこと - pre-commit / DevContainer
hiroki_yod
1
240
as(型アサーション)を書く前にできること
marokanatani
10
2.8k
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
260
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
220
subpath importsで始めるモック生活
10tera
0
330
よくできたテンプレート言語として TypeScript + JSX を利用する試み / Using TypeScript + JSX outside of Web Frontend #TSKaigiKansai
izumin5210
6
1.8k
Creating a Free Video Ad Network on the Edge
mizoguchicoji
0
120
Featured
See All Featured
Ruby is Unlike a Banana
tanoku
97
11k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
How GitHub (no longer) Works
holman
310
140k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
What's in a price? How to price your products and services
michaelherold
243
12k
Become a Pro
speakerdeck
PRO
25
5k
Faster Mobile Websites
deanohume
305
30k
Side Projects
sachag
452
42k
Documentation Writing (for coders)
carmenintech
65
4.4k
Fireside Chat
paigeccino
34
3k
The Invisible Side of Design
smashingmag
298
50k
What's new in Ruby 2.0
geeforr
343
31k
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.