• Sachin Ramachandran
  • NEWBIE
  • 30 Points
  • Member since 2017

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
Hi everybody !

I train with the api Einstein vision and I have a business case:
Customers send us receipt and I want to use Einstein vision to determine all lines in the receipt.

If I have a custom dataset with all possible lines that I can found: Can Einstein vision determine all product in the receipt and get an API return like this:
{
"probabilities": [
{
"label": "Product 1",
"probability": 0.97554934
},
{
"label": "Product 2",
"probability": 0.974450686
},
{
"label": "Product 3",
"probability": 0.000000686
}
],
"object": "predictresponse"
}

So, this response indicates me that I have product 1 and 2 in the receipt.

Thanks a lot for your return !

Regards
Hi everybody !

I train with the api Einstein vision and I have a business case:
Customers send us receipt and I want to use Einstein vision to determine all lines in the receipt.

If I have a custom dataset with all possible lines that I can found: Can Einstein vision determine all product in the receipt and get an API return like this:
{
"probabilities": [
{
"label": "Product 1",
"probability": 0.97554934
},
{
"label": "Product 2",
"probability": 0.974450686
},
{
"label": "Product 3",
"probability": 0.000000686
}
],
"object": "predictresponse"
}

So, this response indicates me that I have product 1 and 2 in the receipt.

Thanks a lot for your return !

Regards
Hello All, 

Trying to get hang on Vision API . I am following this link : https://metamind.readme.io/docs/apex-qs-create-vf-page

I have generated my oauth token through here : https://api.einstein.ai/token

I am trying to create dataset, all I get is 400 bad request. I am using postman and trying this with a einstein enabled developer edition. 

What am i doing wrong here?

User-added image


 
Having trouble with the sign-up process for the new Predictive Vision Service?  Please let us know here and we will work to help you through the process.  

Thanks!