1

I need some help with connecting hte Clarifai API into my android app. It's for a uni project where we tests different image recognition softwares. All it needs to do is take a picture on the phone and then run recognition on the pituces (which will be buildings).

I have no idea how to do this which is why i'm throwing this hail mary in the hope that someone would help me. I've put what i have in a drive here: https://drive.google.com/drive/folders/1LH79C0JtpBBpAMdKqNjKfYfj3KTvLgAh?usp=sharing

How can I solve this?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

0

To use the Clarifai API on Android, you should use the Clarifai API Java client. Alternatively, if you wish not to install the library, you can do REST and execute HTTP requests directly using JSON. See the developer's guide for examples.

Note: There's also an Android SDK in works, which is beta at the time of this writing. See here on how to join the beta program.

Rok Povsic
  • 4,626
  • 5
  • 37
  • 53