Closed robfitzgerald closed 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 }```
done
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: