A final challenge
Create an deploy a simple machine learning app of your choice. Feel free to use one of our built-in classifiers or predictors.
To get you started, here is the example we looked at in the study group session:
CloudDeploy[
FormPage[
{{"myPicture", "Your picture"} -> "Image"},
Module[{entity},
entity = Classify["NotablePerson", #myPicture];
Row[{#myPicture, Spacer[10], entity, Spacer[10],
entity["Image"]}]
] &,
AppearanceRules -> <|
"Title" -> "Which famous person do you look like?",
"Description" ->
"Enter your image and we'll show you your famous twin!!",
"SubmitLabel" -> "Show me who"|>,
PageTheme -> "Black"
],
"FamousLookAlike",
Permissions -> "Public"
]
Here's the simpler version for testing: https://wolfr.am/RddbHZR4