0

There is a simple code for the dynamic version of Classify for notable persons

i = Dynamic[img = CurrentImage[]; 
{img,Classify["NotablePerson", img, {"TopProbabilities", 3}]}]

how can I use CloudDeploy[] for this expression?

I tried :

CloudDeploy[i,Permissions -> "Public"]

but it doesn't work

vito
  • 8,958
  • 1
  • 25
  • 67
  • Does a non Dynamic version works when evaluated in cloud notebook? (Can not check as I don't have a web camera). – Kuba Feb 15 '17 at 12:10
  • @Kuba not work CloudDeploy[ Classify["NotablePerson", CurrentImage[], {"TopProbabilities", 3}]] – vito Feb 15 '17 at 13:21
  • First of all this evaluates locally and is deployed after that. Go to the browser and open a notebook or use Delayed. Additionally this works, it just doesn't know how to display found entities. – Kuba Feb 15 '17 at 13:32

0 Answers0