User Portlet
| Discussions |
|---|
| Hi This may not be strictly a wolfram question but nonetheless, i am looking for some basic help. I used this code to deploy the API - CloudDeploy[ APIFunction[{"image" -> "Image"}, ImageIdentify[#image]&,"PNG"]] This... |
| Thank you, that is very helpful, I have tried it with the new ImageIdentify function - CloudDeploy[ FormFunction[{"image" -> "Image"}, ImageIdentify[#image]&,"PNG"]] It works, it is pretty cool. I then tried... |