Questions tagged [algorithmia]

11 questions
4
votes
2 answers

AWS Lambda long running http requests

I have an AWS Lambda function which calls a deep learning function on Algorithmia, does some post processing on the results and then returns some data. Algorithmia provides a python client which I am using that just makes things a little easier to…
abagshaw
  • 6,162
  • 4
  • 38
  • 76
1
vote
1 answer

Deploying haystack model/workflow

I'm trying to deploy a haystack model for Question Answering for my application as a REST API /API. I want to query and get my answers directly and I need to do it soon so I'm finding a way to do it on Algorithmia. Any suggestions, tutorials,…
avats
  • 437
  • 2
  • 10
1
vote
1 answer

How to append data to a JSON value of type array in swift 4

This is my code of the json object. I'm trying to get an image dictionary into the images value. I've tried a lot of things and maybe I'm missing something. let jsonObject: [String: Any] = [ "name_space": "users", …
jamiroquai93
  • 27
  • 1
  • 6
1
vote
0 answers

Importing Algorthmia into React-Native but receiving "Module does not exist..." error

I'm trying to include the Algorithmia client into my React-Native application and for some reason I keep hitting a "Module does not exist in the module map" error. I've followed the suggestions in the error and have Cleared Watchman watches,…
Jamie D
  • 11
  • 3
1
vote
1 answer

Extract data from Algorithmia response

I am currently making an app that sends data to an Algorithmia algorithm where it is processed. A response of where to find the file is then sent back to the app in this form: Optional({ output =…
benfernandes
  • 179
  • 3
  • 13
1
vote
2 answers

Running Auto-Tag from Algorithmia

I'm trying to run Auto-Tag from Algorithmia, and mainly tried with cURL and Pyhton, and get an error that states: cURL {"error":{"message":"authorization required"}} Python Last login: Mon Jul 6 20:27:54 on ttys000 cd '/Users/abc/Desktop/' &&…
Simplicity
  • 47,404
  • 98
  • 256
  • 385
0
votes
2 answers

Send post request to Algorithmia API from Power BI Desktop

I'm trying to get data from an Algorithmia API into Power BI Desktop. Basically, trying to convert this: curl -X POST -d '"Test"' -H 'Content-Type: application/json' -H 'Authorization: Simple simAOH0ixjNUwV/qBMh1BW1fbKH1'…
unstuck
  • 563
  • 2
  • 12
  • 29
0
votes
0 answers

Extract result from Algorithmia response

I have deployed a machine learning model on algorithmia. The model returns a array. Here is my code: let input = "[82811,4,67,1,1,4]" let client = Algorithmia.client(simpleKey: "xxxxx") let algo = client.algo(algoUri:…
s0310111
  • 11
  • 1
0
votes
1 answer

Avoid synonyms in an array generated via AutoTag (Text Tagging Algorithm)

I have been working on a text analysis task. Where I am supposed to identify the words used most in a paragraph. I am using algorithmia - npm package, for the purpose. This provides me the words repeated most in my text. The package works quite…
Keval Bhogayata
  • 4,422
  • 3
  • 13
  • 36
0
votes
1 answer

com.algorithmia.APIException: 308 unexpected API response

I'm using algorithmia, a repository of trained ML functions on the Internet. Few weeks ago, an issue showed up, and since then, haven't been able to figure out what's going on. I'm executing this code, which can be found on their official…
0
votes
1 answer

Algorithmia RecognizeCharacters version 0.3.0 service response time differs on iOS 10 and iOS 11 device

We are using Algorithmia .../ocr/RecognizeCharacters/0.3.0 service to post image png data and get Characters Recognized in our Swift 4 App. We had tested it earlier on iOS 10 device (iPhone5s) and the time was around 1 minute for single scan. Now we…
SHS
  • 1,414
  • 4
  • 26
  • 43