bentoml / BentoML

The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
https://bentoml.com
Apache License 2.0
7.15k stars 792 forks source link

feature: Add IO Descriptor for DICOM files #2805

Open crazyfrogspb opened 2 years ago

crazyfrogspb commented 2 years ago

Feature request

It would be great to add native support for DICOM inputs, there are a lot of ML applications in medical imaging nowadays. Now you would need to pass at as a file-object or convert it to numpy array and JSON with meta-data

Motivation

Mode details in this Reddit thread

Other

No response

yubozhao commented 2 years ago

Thanks for opening the issue here :)