Wmaxlees / hackcu

Repo for HackCU III event
0 stars 1 forks source link

Android training set generation tool #2

Closed robfitzgerald closed 7 years ago

robfitzgerald commented 7 years ago

Given a drawing tool, send data to the server with labels so we can generate a large set of training data. Also this will confirm our end-to-end server-client model.

Payload should be of the form:


{
  x: int[],
  y: int[],
  shape: string
}```
nivin54 commented 7 years ago

done