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
Dynamicversion works when evaluated in cloud notebook? (Can not check as I don't have a web camera). – Kuba Feb 15 '17 at 12:10CloudDeploy[ Classify["NotablePerson", CurrentImage[], {"TopProbabilities", 3}]]– vito Feb 15 '17 at 13:21Delayed. Additionally this works, it just doesn't know how to display found entities. – Kuba Feb 15 '17 at 13:32