telesto-ai / telesto-base

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

feat: Segmentation model API prototype #17

Closed intsco closed 3 years ago

intsco commented 3 years ago

The PR adds support of a simple segmentation model API where every container has it's own internal job queue, an image storage and a worker thread. All segmentation requests are handled asynchronously after the initial POST request. The results can be fetched with a GET request afterwards using the provided job_id.

Details:

intsco commented 3 years ago

@koosk I guess the GH UI should provide a way to review only the changes since your last review. If it's not the case, feel free to skip this review request. BTW, I addressed some and tried to answer the other your comments.