ibm-wearables-sdk-for-mobile / ibm-wearables-android-sdk

Android SDK and examples for developing apps that utilize Wearable Devices. It handles connectivity, data interpretation and gesture recognition.
Apache License 2.0
20 stars 11 forks source link

Not actually an issue but need some information. #3

Closed Aeyzaz closed 8 years ago

Aeyzaz commented 8 years ago

is is must to send the Sensor data to cloud for train algorithm like you are doing in Record App? Or is there any way i can do this offline without the cloud server?

Thanks!

cirilla commented 8 years ago

You must send the data to cloud exactly like in Record App, there is no option to run the train algorithm offline.

Thanks

Aeyzaz commented 8 years ago

Thankyou