shekhargulati / 52-technologies-in-2016

Let's learn a new technology every week. A new technology blog every Sunday in 2016.

Home Page:https://shekhargulati.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedback: Week 9 Google Cloud Vision

shekhargulati opened this issue · comments

Please provide your feedback by posting a comment against this issue.

Awesome one, @shekhargulati Bhaiya 👍

Very interesting introduction to Google Cloud Vision, thanks, @shekhargulati

Wonder if there are online demos for face detection so people can just drop an image, then face detection result would be detected/outlined?

Hi how would you open this project with Android Studio ?

@billyjoker it is a Gradle project so just import it as a Gradle project.

@shekhargulati i opened as a Gradle project but i think there is missing files related with the resources. Please see my attached picture

cloud tree

@billyjoker what error are you getting? Looking at this I don't see any issue.

@shekhargulati i mean that the project can not be launched (as itself). An android studio project needs a res folder including layouts with views in order to have something (interface) to launch to a demo screen. I do not know if the goal of this project is really to be a library project to use in another demo project with an interface.