Android App Clarifai Mashup - manirajmohareer/Advanced-Software-Engineering GitHub Wiki
Used API
Clarifai
The applications opens with a button to click the image.


The Clicked image is stored in the device.

Once the image is stored the app directs to the new activity with a button which takes input to the Clarifai API.
The Clarifai API asks for selection from the app.

Once the image is updated, the Clarifai API reads the image and detects the image.

Key Challenge: The output of the Clarifai API is stored in the ViewBag, when tried to take this output as an input to shopping API,unable to feed it to the Shopping API as it takes the text from the user but it is difficult to extract only particular text from the viewbag