telesto-ai / telesto-base

Base image for telesto.ai models
Apache License 2.0
0 stars 0 forks source link

Add utility functions to convert images to json format #7

Open cosmic-cortex opened 4 years ago

cosmic-cortex commented 4 years ago

We should add functions to telesto-base which translate between raw data and the input we expect for the API. This would make testing easier and it would also enhance the development workflow when packaging the models.

intsco commented 4 years ago

To me, these functions are only needed to convert the input/output of a model into a format that our web server understands. Why would experts need to know about these functions?

cosmic-cortex commented 4 years ago

This would be useful for automated end-to-end tests for the model submission. I think it would be useful to provide a complete test suite for the experts to help streamline model packaging.