<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cognitive Services on Thomy Gölles</title><link>https://thomygoelles.com/tags/cognitive-services/</link><description>Recent content in Cognitive Services on Thomy Gölles</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 28 Oct 2018 16:52:59 +0000</lastBuildDate><atom:link href="https://thomygoelles.com/tags/cognitive-services/index.xml" rel="self" type="application/rss+xml"/><item><title>SharePoint Saturday Barcelona 2018 + "El Clasico" Demo</title><link>https://thomygoelles.com/events/sharepoint-saturday-barcelona-2018-el-clasico-demo/</link><pubDate>Sun, 28 Oct 2018 16:52:59 +0000</pubDate><guid>https://thomygoelles.com/events/sharepoint-saturday-barcelona-2018-el-clasico-demo/</guid><description>&lt;p&gt;Yesterday I had the pleasure to present at SharePoint Saturday Barcelona. The whole of 2018 we were kind of touring with our &amp;ldquo;lunch bell&amp;rdquo; session. It all began at SPS Barcelona 2017 where a part of the session on PnP was a demo of the lunch bell. The feedback was really great and the idea of creating a session around this topic alone was borne. But all good ends at some point in time in our case this was one of the last times we actually present this topic. We have a full backlog of ideas for 2019 and after ESPC we won&amp;rsquo;t present this anymore. There is also a real-world reason behind the decision. We as Solvion move to a new office by the 1st of January, so there isn&amp;rsquo;t a need for this kind of lunch bell anymore. But let&amp;rsquo;s see what the new office provides and what ideas will be there after moving. Here the slides from yesterday: Back to SharePoint Saturday Barcelona. There is also another big event currently in Barcelona, El Clasico. The football match between FC Barcelona and Real Madrid. Last week in Brussels Edin asked me to use this match for one of my demos. It took me a few hours yesterday, but then I was able to showcase a SharePoint Framework ListView Command Set extension that takes the selected image in a document library and askes Azure Computer Vision for a description of the image. We tried the Command Set with a few images from footballers and got back a friendly message when the Command Set detected a local player from Barcelona. On the other hand, if it detects a certain player from Real Madrid, we just update the image with a logo from Barcelona just to make sure the audience in Barcelona isn&amp;rsquo;t starting throwing tomatoes at me presenting ;) I will put the complete project code on Github next week, but here the important part with the actual &amp;ldquo;logic&amp;rdquo; behind:```
@override
public onExecute(event: IListViewCommandSetExecuteEventParameters): void {
switch (event.itemId) {
case &amp;lsquo;COMMAND_1&amp;rsquo;:
{
console.log(&amp;ldquo;COMMAND_1 clicked&amp;rdquo;);
const itemId: number = event.selectedRows[0].getValueByName(&amp;lsquo;ID&amp;rsquo;);
var serverRelativeUrl = &amp;ldquo;&amp;rdquo;;&lt;/p&gt;</description></item><item><title>SharePoint Saturday Warsaw 2018</title><link>https://thomygoelles.com/events/sharepoint-saturday-warsaw-2018/</link><pubDate>Tue, 19 Jun 2018 07:50:04 +0000</pubDate><guid>https://thomygoelles.com/events/sharepoint-saturday-warsaw-2018/</guid><description>&lt;p&gt;Last weekend Stephan (&lt;a href="https://cloudguy.pro/" target="_blank" rel="noopener"&gt;cloudguy.pro&lt;/a&gt;) and I had the pleasure to present at SharePoint Saturday Warsaw. The local crew around Edyta managed to get one of the best locations ever. The whole event took place in the local football stadium of Legia Warsaw. Our session was in their press conference room where on a regular day the coach or the players answer questions from the press. [ngg_images source=&amp;ldquo;galleries&amp;rdquo; container_ids=&amp;ldquo;2&amp;rdquo; display_type=&amp;ldquo;photocrati-nextgen_basic_thumbnails&amp;rdquo; override_thumbnail_settings=&amp;ldquo;0&amp;rdquo; thumbnail_width=&amp;ldquo;240&amp;rdquo; thumbnail_height=&amp;ldquo;160&amp;rdquo; thumbnail_crop=&amp;ldquo;1&amp;rdquo; images_per_page=&amp;ldquo;6&amp;rdquo; number_of_columns=&amp;ldquo;3&amp;rdquo; ajax_pagination=&amp;ldquo;1&amp;rdquo; show_all_in_lightbox=&amp;ldquo;0&amp;rdquo; use_imagebrowser_effect=&amp;ldquo;0&amp;rdquo; show_slideshow_link=&amp;ldquo;1&amp;rdquo; slideshow_link_text=&amp;quot;[Show slideshow]&amp;quot; order_by=&amp;ldquo;sortorder&amp;rdquo; order_direction=&amp;ldquo;ASC&amp;rdquo; returns=&amp;ldquo;included&amp;rdquo; maximum_entity_count=&amp;ldquo;500&amp;rdquo;] In our session, we once again showcased how AI in the modern workplace can help in creating an engaging environment for users. In addition to the end user value, we also focus on how a creative idea can be used to learn new things in the fields of Office365 or Azure in a natural way. Our use case of the food truck monitor probably will never be sold to a customer, but you can imagine how much we learned about the technology included during the setup of the demo. Since a few weeks, we try to record all our sessions on video (Go check out our &lt;a href="https://www.youtube.com/channel/UC06iQ_SyfdKsveFmKwFtC4Q" target="_blank" rel="noopener"&gt;Youtube channel&lt;/a&gt;). If you are interested, start watching, for those with a smaller time budget the slides are also available here.    &lt;/p&gt;</description></item></channel></rss>