Git Product home page Git Product logo

dhbw_fn_ai's Introduction

DHBW_FN_AI

Having code for cognitive service and custom vision

This is a .Net Core 2.1 console application It takes an image as input and sends it to the Azure Custom Vision Prediction API, to retrieve results as json sample image The result could be parsed for example with PowerShell

PS C:\DHBW_FN_AI> $json = Predict-console.exe | ConvertFrom-Json PS C:\DHBW_FN_AI> $json

id          : 7927754e-6a8e-4aa9-b51f-059f130ac3af
project     : 0ea8a39b-3c69-49ca-8fb6-66c91df28cd0
iteration   : 778c267f-1303-444a-aa20-8dffd0197785
created     : 2018-12-02T17:01:56.5194304Z
predictions : {@{probability=1,0; tagId=dafa5497-d43f-409c-8446-5865f7afb745; tagName=Tasse}, @{probability=4,13292761E-10; tagId=d062f9d3-d821-4d26-957e-34598355743a;
              tagName=Glühbirne}}```

PS C:\DHBW_FN_AI> $json.predictions

   probability tagId                                tagName
   ----------- -----                                -------
           1,0 dafa5497-d43f-409c-8446-5865f7afb745 Tasse
4,13292761E-10 d062f9d3-d821-4d26-957e-34598355743a Glühbirne
`

dhbw_fn_ai's People

Contributors

totosan avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.