microsoft / Cognitive-Face-Android

Cognitive Services Face client library for Android.
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
269 stars 151 forks source link

How to merge two microsoft sample apps #32

Closed zallia2 closed 6 years ago

zallia2 commented 6 years ago

How can I join https://github.com/Microsoft/Cognitive-Vision-Android with https://github.com/Microsoft/Cognitive-Face-Android so that both apps are combined into one. As I was looking to make an app which combined both technologies to help blind people familiarise themselves with certain things by letting them know what it is. Can you please send me the file/folder with the solution by providing a link to it and how and where I can use it as I'm pretty new to android app development. When someone provides the code I need to know where to add it and test it that it works. So basically I am trying to create a similar app to Seeing AI. All help is well appreciated. Thanks

huxuan commented 6 years ago

Those samples is not product level applications, they only shows how to leverage corresponding Android SDK of Cognitive Services. From my point of view, you can just look into the code snippets where invoking the Android interfaces and do similar things in your own app, that should be OK.

Does that answer you questions? Please feel free to pump up if there is any further questions.

huxuan commented 6 years ago

Close as there is no further response.