I am working on a project in which the android app user is suppose to take an image as input and at the back end I have caffe's deployment.py file which takes an image as input and gives category (the image belongs to ) as output.
Now How should I connect both or how should I make my server side so that when the android app queries it goes to caffe and caffe gives category name as output which should be shown on android app.
I am novice to android app development.Please suggest if there are any sources I should read from.
can Flask-Restful be helpful?
Asked
Active
Viewed 117 times
0

Abby Jangir
- 55
- 2
- 12
1 Answers
0
Have a look at this repository. It's caffe ported to android. They have a sample app as well here. Here is something I worked on a while ago. It might be useful to you.

malreddysid
- 1,342
- 1
- 9
- 12