Skip to content

Commit fed0235

Browse files
committed
Add selfie stickers portfolio page.
1 parent 65c29dd commit fed0235

6 files changed

+38
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: portfolio
3+
title: Selfie Stickers
4+
date: 2017-10-09 00:00:00 -0700
5+
permalink: /portfolio/2017/10/09/selfie-stickers/
6+
image_path: /portfolio/2017/Selfie-Stickers/portfolio-card.png
7+
categories: ios-development
8+
---
9+
10+
My team at Google works to make self-expression both more personal and more efficient. One such project was selfie stickers, where a selfie photo is converted into stickers that can be sent to others. This project became available to the public in Allo towards the end of 2017.
11+
12+
## User Flow
13+
14+
To use the selfie stickers, users first captured a selfie:
15+
16+
![Image]({{ "/portfolio/2017/Selfie-Stickers/SelfieSticker_Capture.jpg" | relative_path }}){: .image-centered-medium }
17+
18+
Our project then used machine learning and neural nets to convert the selfie into an [Allo sticker pack](https://blog.google/products/allo/behind-design-selfie-stickers-google-allo/):
19+
20+
![Image]({{ "/portfolio/2017/Selfie-Stickers/SelfieSticker_Pack.jpg" | relative_path }}){: .image-centered-medium }
21+
22+
The ML algorithms were quite accurate at converting faces to selfie stickers, but users could also choose to further customize their stickers (face shape, hair, colors, hats, etc.):
23+
24+
![Image]({{ "/portfolio/2017/Selfie-Stickers/SelfieSticker_Customization.jpg" | relative_path }}){: .image-centered-medium }
25+
26+
A sample of various selfie stickers (these examples are from just one of two sticker packs available at release):
27+
28+
![Image]({{ "/portfolio/2017/Selfie-Stickers/INLINE_1_SELFIE_zAFw5xb.png" | relative_path }}){: .image-centered-full }
29+
30+
## Impact
31+
32+
The selfie stickers project was well received by the public:
33+
34+
[The Next Web: Google Allo now generates fantastic stickers that look like you](https://thenextweb.com/apps/2017/05/12/google-allo-now-generates-fantastic-stickers-that-look-like-you/)
35+
36+
[The Verge: Google Allo can now turn your selfies into cartoon stickers](https://www.theverge.com/2017/5/11/15626690/google-allo-selfies-cartoon-stickers-emoji-neural-network-machine-learning)
37+
38+
Additionally, the project was highlighted as #1 in [Google Design’s Best of 2017](https://blog.google/products/allo/behind-design-selfie-stickers-google-allo/).

0 commit comments

Comments
 (0)