Google Vision API on Android with Volley Library for HTTP Requests
This is a prototype app which was built in 24 hours hackathon(Oxfordhack).
- Go ahead and Fork the repo
- Clone the repo
- Import the code using Android Studio
- Resolve the dependency issues
- Replace the Google vision api details in the Main Activity class
- Setup a server to consume the HTTP requests (I used Lambda for this, but I have not shown any code segmentes for the server side in this repo)