mz2 / MPGestures

Fork of https://github.com/fe9lix/DollarP_ObjC ported to OSX, with a supervised learning layer to improve gesture detection accuracy and backed by a crowdsourcable database of gestures
Other
21 stars 5 forks source link

Post the labelled stroke sequences to a server whenever persisted locally #3

Closed mz2 closed 10 years ago

mz2 commented 10 years ago
mz2 commented 10 years ago

This is now pretty much complete. I went with a slightly more general approach already, which is that a database synchronizer deals with posting the local state of databases it synchronizes based on the database's name and it can have any number of such databases.

mz2 commented 10 years ago

The client does key its database with the username, and there is now support also for retrieving a union database. So this should now be good for model training purposes whilst still separating user data.

mz2 commented 10 years ago

This is done, will open more specific tickets for remaining details (UI side reactions to the syncing, really).