GithubHelp home page GithubHelp logo

pierceboggan / smarter-apps Goto Github PK

View Code? Open in Web Editor NEW
56.0 56.0 97.0 43.71 MB

Learn how to build smarter mobile apps using Microsoft Cognitive Services & Xamarin.

Home Page: https://twitter.com/pierceboggan

License: MIT License

C# 100.00%

smarter-apps's People

Contributors

jamesmontemagno avatar pierceboggan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smarter-apps's Issues

Works perfect on simulators (Android and iOS), but on device (iPhone5) throws exception.

Hi! First I'd like to thank you for this sample, it's very useful! This sample works perfect on simulators (Android and iOS), but on device (iPhone5) throws exception. The exception is "Microsoft.ProjectOxfort.Vision.ClientException". I have tried 4 different keys + the key in the sample and still getting the same exception only on device! I will appreciate any help. Thanks in advance!

InvoiceIt completed app crashes on first launch

I am trying to run this app on my Android device (Asus Zenfone 2 OS 5) and I am able to build and deploy successfully. However, as soon as I launch the app, the app crashes "Unfortunately, $safeprojectname$ has stopped".

I get this exception detail in my output:

The following assembly referenced from Java.Interop.dll could not be loaded:
   Assembly:   System.Runtime    (assemblyref_index=1)
   Version:    4.0.0.0
   Public Key: b03f5f7f11d50a3a

The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/).
Failed to load assembly Java.Interop[0xeb9bc880]
Could not load file or assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
Stacktrace:

 Got a SIGSEGV while executing native code. This usually indicates
 a fatal error in the mono runtime or one of the native libraries 
 used by your application.

Just wondering if anyone else is running into this issue?

Thanks!

When i click 'Add' on iOS version don't have anything

I build on iOS version and show app on my iPhone, but when i check on 'Add' don't have anything show on my iPhone
What i do something wrong step ? and how it work ?

Xamarin on my Mac : version 6.0.2 (build 73)

Best,
Uthen

Interpreting OCR Results

Anyone able to figure out how to interpret an OCR result? I mean seriously, how do I get the name from stuff as obscure as this?

{
"language": "en",
"orientation": "Up",
"textAngle": 0,
"regions": [
{
"boundingBox": "32,46,455,427",
"lines": [
{
"boundingBox": "270,46,67,12",
"words": [
{
"boundingBox": "270,46,67,12",
"text": "RESUME"
}
]
},
{
"boundingBox": "240,88,126,14",
"words": [
{
"boundingBox": "240,88,48,14",
"text": "Jane"
},
{
"boundingBox": "296,88,22,14",
"text": "M."
},
{
"boundingBox": "327,88,39,14",
"text": "Doe"
}
]
},
{
"boundingBox": "237,109,133,11",
"words": [
{
"boundingBox": "237,109,28,9",
"text": "1100"
},
{
"boundingBox": "270,109,11,9",
"text": "N."
},
{
"boundingBox": "287,109,43,11",
"text": "Morgan"
},
{
"boundingBox": "334,109,36,9",
"text": "Street"
}
]
},

Invalid Image Type exception thrown

Hello,

Using the project employee-directory/3. Complete

I have an exception after capturing the picture and exactly while calling the method:
ExecuteFindSimilarFaceCommandAsync() at line 81 : var faces = await faceServiceClient.DetectAsync(stream);

The exception message is:
Image size is too small or too big.

Any solution please?

Doesn't Work

Has anyone tested to see if this still works? It generates a Microsoft.ProjectOxford.Vision.ClientException now when you try to execute it. Has anyone updated this for their own projects?

After taking a a photo of the invoice, no information is parsed from the invoice

screenshot_2016-08-23-14-49-43

I am able to get the app working and I substituted the VisionServiceClient api key with my own api key and I still can't get the Invoice information to be parsed from the image. Is it because the image is of low quality or...?

More likely, it doesn't seem like the InvoicesViewModel is hit. I set several breakpoints in the VM but none of them get hit.

I keep getting a total value of 0 and the current datetime returned in the cardview.

What is supposed to be the expected behavior? Thanks!

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.