Skip to content

Commit ac258ab

Browse files
authored
セッション情報を更新(Jen Looper) (vuejs-jp#185)
1 parent 2f06d58 commit ac258ab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/store/localSessions.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@ export const state = (): LocalSessions.State => ({
5858
},
5959
{
6060
speakerId: 'jlooper',
61-
title: 'TBD',
61+
title: 'WineUp: Machine Learning, Mobile Apps, Wine, Cheese, and You',
6262
time: 40,
63-
paragraphs: ['TBD'],
63+
// prettier-ignore
64+
paragraphs: [
65+
'Any developer who has tried to enhance a mobile app has been tempted by the siren song of machine learning. Who can resist making your app smarter, more responsive, more customized to a user\'s needs? There are a lot of really great cognitive services that promise to enhance your app with pretrained models, and sometimes those work really well. But most of the time, you need something much more custom, just as special as your app. In this talk, I\'ll walk you through the decision-making process on the ways to introduce machine learning into your mobile app. I\'ll demonstrate how to scaffold a native mobile app built with Vue, and then how to combine database calls, cognitive services, and a custom-trained TensorFlow lite model to build the ultimate gourmet app: WineUp, and app that helps lovers of wine and cheese to make the perfect flavor pairings. Come to the vineyard with me and taste the beautiful combination of wine, cheese, Vue.js, mobile apps, and machine learning!'
66+
],
6467
ogImage: 'jlooper.jpg'
6568
},
6669
{

0 commit comments

Comments
 (0)