Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a sample integration for LLM models in huggingface #493

Closed

Conversation

vikashg
Copy link
Collaborator

@vikashg vikashg commented Jun 17, 2024

I have added a sample application for LLM models integration from huggingface in monai-deploy-app-sdk. This feature was discussed in #489

The specific model which was integrated in this example is called Prompt2MedImage

Things to do:

  1. We need to create an operator for LLM model integration
  2. For this particular example, I need to add a JPEG2DICOM converter. For the JPEG2DICOM, we should be able to bring in DICOM metadata from an existing patient data. In absence of such patient data, we should populate the dicom tags with a place holder "John Smith" metadata information.
  3. LLMs need specific libraries like transformers and hub (any many more for pre and post processing text data). We need to add these libraries as "optional" requirements for monai-deploy-app-sdk.

@vikashg vikashg requested a review from MMelQin June 17, 2024 14:29
@vikashg vikashg closed this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant