iOS app - used Core ML
SceneML explains the scenario of Core ML -- using trained GoogLeNetPlaces model to detect scenes of a selected image. Literately 5 steps are required:
Drag and drop the .mlmodel to the project Load model from the automatic generated model class of the .mlmodel file Define a Vision service with the model Create a request handler with image provided Perform the request service with the request handler
Learned from tutorial