SlideShare a Scribd company logo
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
♡ ♡
•
•
•
•
@ekapic
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
RESULTS RULES
•
•
•
https://azure.microsoft.com/en-us/services/cognitive-services/
•
public async static Task<VisionImageDescription> AnalyzeImage(Stream image)
{
VisualFeature[] visualFeatures = new VisualFeature[] {
VisualFeature.Description, VisualFeature.Tags };
AnalysisResult analysisResult = await
visionServiceClient.AnalyzeImageAsync(image, visualFeatures);
var description = new VisionImageDescription();
description.Description = analysisResult.Description.Captions.Any()
? analysisResult.Description.Captions.First().Text
: String.Empty;
description.Tags = analysisResult.Tags.Where(t => t.Confidence > 0.4).Any()
? analysisResult.Tags.Where(t => t.Confidence > 0.4).Select(i =>
i.Name).ToList()
: new List<string>();
return description;
}
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
•
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
•
•
•
•
•
•
•
•
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
•
•
•
using (UnityWebRequest www =
UnityWebRequest.Get(getGroupEndpoint))
{
www.SetRequestHeader("Ocp-Apim-Subscription-Key", key);
www.downloadHandler = new DownloadHandlerBuffer();
yield return www.SendWebRequest();
string jsonResponse = www.downloadHandler.text;
IdentifiedPerson_RootObject identifiedPerson_RootObject =
JsonConvert.DeserializeObject<IdentifiedPerson_RootObject>(jsonR
esponse);
labelText.text = identifiedPerson_RootObject.name;
}
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
•
•
•
•
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING
ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING

More Related Content

PDF
Structure on a freeform world
PDF
PDF
Testing the unpredictable
PDF
iOS testing
PPTX
The secret unit testing tools no one has ever told you about
PDF
Mobx - performance and sanity
PPTX
Mobile Developers Talks: Delve Mobile
PDF
Mobx Performance and Sanity
Structure on a freeform world
Testing the unpredictable
iOS testing
The secret unit testing tools no one has ever told you about
Mobx - performance and sanity
Mobile Developers Talks: Delve Mobile
Mobx Performance and Sanity

What's hot (19)

PPT
jQuery for beginners
PDF
2nd-Order-SQLi-Josh
PPTX
Тарас Олексин - Sculpt! Your! Tests!
PPT
Unit testing
PPTX
PPTX
EVERYTHING ABOUT STATIC CODE ANALYSIS FOR A JAVA PROGRAMMER
PDF
13 advanced-swing
PDF
Scrum Gathering 2012 Shanghai_工程实践与技术卓越分会场:how to write unit test for new cod...
PDF
React&redux
PPTX
Mockito intro
PDF
React redux
PDF
12advanced Swing
PDF
Nikita Galkin "Looking for the right tech stack for GraphQL application"
PDF
NodeJS Spring style Inversifyjs
PDF
Mockito intro
DOCX
บทที่3
PDF
Talk about Testing at vienna.rb meetup #2 on Apr 12th, 2013
jQuery for beginners
2nd-Order-SQLi-Josh
Тарас Олексин - Sculpt! Your! Tests!
Unit testing
EVERYTHING ABOUT STATIC CODE ANALYSIS FOR A JAVA PROGRAMMER
13 advanced-swing
Scrum Gathering 2012 Shanghai_工程实践与技术卓越分会场:how to write unit test for new cod...
React&redux
Mockito intro
React redux
12advanced Swing
Nikita Galkin "Looking for the right tech stack for GraphQL application"
NodeJS Spring style Inversifyjs
Mockito intro
บทที่3
Talk about Testing at vienna.rb meetup #2 on Apr 12th, 2013
Ad

Similar to ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING (20)

PDF
Medium TechTalk — iOS
PPTX
Primer vistazo al computer vision | 4Sessions Feb17
PDF
Implementing Data Visualization Apps on iOS Devices
PPTX
ATG Advanced RQL
PDF
Ad-hoc Runtime Object Structure Visualizations with MetaLinks
PDF
Web UI test automation instruments
PDF
Continuous Integration - Live Static Analysis with Puma Scan
PDF
M.TECH 1ST SEM COMPUTER SCIENCE ADBMS LAB PROGRAMS
PDF
I os 04
PPTX
Mobile TechTalk - Interesting talks from NSConference 6
PPT
Using xUnit as a Swiss-Aarmy Testing Toolkit
PDF
Computer vision Nebraska (Nebraska Code)
PDF
KISS Automation.py
PPTX
Knowing is Understanding: A road trip through Google analytics for Windows Ph...
PDF
Spring data requery
PDF
Ako prepojiť aplikáciu s Elasticsearch
PPTX
Tools and Techniques for Understanding Threading Behavior in Android*
PDF
Cocoa Heads Tricity - Design Patterns
PDF
Sql Injection Attacks(Part1 4)
PPT
PHP - Introduction to Object Oriented Programming with PHP
Medium TechTalk — iOS
Primer vistazo al computer vision | 4Sessions Feb17
Implementing Data Visualization Apps on iOS Devices
ATG Advanced RQL
Ad-hoc Runtime Object Structure Visualizations with MetaLinks
Web UI test automation instruments
Continuous Integration - Live Static Analysis with Puma Scan
M.TECH 1ST SEM COMPUTER SCIENCE ADBMS LAB PROGRAMS
I os 04
Mobile TechTalk - Interesting talks from NSConference 6
Using xUnit as a Swiss-Aarmy Testing Toolkit
Computer vision Nebraska (Nebraska Code)
KISS Automation.py
Knowing is Understanding: A road trip through Google analytics for Windows Ph...
Spring data requery
Ako prepojiť aplikáciu s Elasticsearch
Tools and Techniques for Understanding Threading Behavior in Android*
Cocoa Heads Tricity - Design Patterns
Sql Injection Attacks(Part1 4)
PHP - Introduction to Object Oriented Programming with PHP
Ad

More from European Collaboration Summit (20)

PDF
ECS19 - Bram De Jager - Design a secure collaboration solution with Azure In...
PPTX
ECS19 - Eric Harlan - Increasing throughput of Office 365
PPTX
ECS19 - Ahmad Najjar - Logic Apps vs Microsoft Flow - When, how and where?
PPTX
ECS19 - Michael Van Horenbeeck - Divide Et Imperat Office 365 Mergers, Acquis...
PPTX
ECS19 - Christina Wheeler - Become Data Modeling Superhero
PPTX
ECS19 - Ahmad Najjar and Serge Luca - Power Platform Tutorial
PPTX
ECS19 - Vesa Juvonen - SharePoint and Office 365 Development PowerClass
PPTX
ECS19 - Paolo Pialorsi - Building Portals with modern SharePoint experiences
PPTX
ECS19 - Nik Charlebois - Automate the Deployment & Monitoring of SharePoint w...
PPTX
ECS19 - Nicki Borell - Microsoft Cybersecurity Reference Architecture
PPTX
ECS19 - Mike Ammerlaan - Microsoft Graph Data Connect
PPTX
ECS19 - Vesa Juvonen, Paolo Pialorsi - Building “modern” portals with SharePo...
PPTX
ECS19 - Vesa Juvonen - Getting Started With SharePoint Framework - Roadmap
PDF
ECS19 - Bill Ayers - UNLOCK YOUR BUSINESS KNOWLEDGE WITH THE MICROSOFT GRAPH,...
PPTX
ECS19 - Toni Pohl - Develop intelligent apps for the Modern Workplace
PPTX
ECS19 - Tomislav Lulic - What is changed in product/service licensing with Cl...
PDF
ECS19 - Thomas Vochten - ESSENTIAL DATABASE ADMINISTRATION SKILLS FOR SHAREPO...
PPTX
ECS19 - Thomas Goelles, Stephan Bisser - Unite your workplace with Microsoft'...
PPTX
ECS19 - Steven Collier - Live Events in Teams, Yammer and Stream using Extern...
PDF
ECS19 - Serge Luca - MICROSOFT FLOW IN REAL WORLD PROJECTS: 3 YEARS LATER AN...
ECS19 - Bram De Jager - Design a secure collaboration solution with Azure In...
ECS19 - Eric Harlan - Increasing throughput of Office 365
ECS19 - Ahmad Najjar - Logic Apps vs Microsoft Flow - When, how and where?
ECS19 - Michael Van Horenbeeck - Divide Et Imperat Office 365 Mergers, Acquis...
ECS19 - Christina Wheeler - Become Data Modeling Superhero
ECS19 - Ahmad Najjar and Serge Luca - Power Platform Tutorial
ECS19 - Vesa Juvonen - SharePoint and Office 365 Development PowerClass
ECS19 - Paolo Pialorsi - Building Portals with modern SharePoint experiences
ECS19 - Nik Charlebois - Automate the Deployment & Monitoring of SharePoint w...
ECS19 - Nicki Borell - Microsoft Cybersecurity Reference Architecture
ECS19 - Mike Ammerlaan - Microsoft Graph Data Connect
ECS19 - Vesa Juvonen, Paolo Pialorsi - Building “modern” portals with SharePo...
ECS19 - Vesa Juvonen - Getting Started With SharePoint Framework - Roadmap
ECS19 - Bill Ayers - UNLOCK YOUR BUSINESS KNOWLEDGE WITH THE MICROSOFT GRAPH,...
ECS19 - Toni Pohl - Develop intelligent apps for the Modern Workplace
ECS19 - Tomislav Lulic - What is changed in product/service licensing with Cl...
ECS19 - Thomas Vochten - ESSENTIAL DATABASE ADMINISTRATION SKILLS FOR SHAREPO...
ECS19 - Thomas Goelles, Stephan Bisser - Unite your workplace with Microsoft'...
ECS19 - Steven Collier - Live Events in Teams, Yammer and Stream using Extern...
ECS19 - Serge Luca - MICROSOFT FLOW IN REAL WORLD PROJECTS: 3 YEARS LATER AN...

Recently uploaded (20)

PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
medical staffing services at VALiNTRY
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Introduction to Artificial Intelligence
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Transform Your Business with a Software ERP System
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
top salesforce developer skills in 2025.pdf
PPTX
ai tools demonstartion for schools and inter college
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Softaken Excel to vCard Converter Software.pdf
Which alternative to Crystal Reports is best for small or large businesses.pdf
2025 Textile ERP Trends: SAP, Odoo & Oracle
Reimagine Home Health with the Power of Agentic AI​
medical staffing services at VALiNTRY
Wondershare Filmora 15 Crack With Activation Key [2025
CHAPTER 2 - PM Management and IT Context
Operating system designcfffgfgggggggvggggggggg
Navsoft: AI-Powered Business Solutions & Custom Software Development
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Introduction to Artificial Intelligence
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Transform Your Business with a Software ERP System
Internet Downloader Manager (IDM) Crack 6.42 Build 41
How to Choose the Right IT Partner for Your Business in Malaysia
top salesforce developer skills in 2025.pdf
ai tools demonstartion for schools and inter college
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Softaken Excel to vCard Converter Software.pdf

ECS19 - Edin Kapic - WHO IS THAT? DEVELOPING AI-ASSISTED EMPLOYEE IMAGE TAGGING