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

Ai integrations #48

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Ai integrations #48

wants to merge 2 commits into from

Conversation

adamkells
Copy link
Contributor

Addresses #27

@adamkells adamkells self-assigned this Jun 20, 2024
Copy link
Member

@jenniferjiangkells jenniferjiangkells left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@adamkells I think you have the right idea to have a unified API that allows users to load commonly used medical AI models with the whole pipeline - loading, pre-processing, running the model, post-processing that is easily extensible.

Personally I find that I sink a lot of time into just making models run since some of the medical models we have in academia are just SO poorly documented so an API like this will make it easier to build re-usable pipelines for different use cases.

In the future we can hopefully make evaluations and benchmarking of these integrations super simple too. ✨

@jenniferjiangkells
Copy link
Member

jenniferjiangkells commented Jun 20, 2024

Lots of general models and foundation models will do the job but here are some domain specific ones. Might want to divide them up by the kinds of tasks they are suitable for, prioritising the use cases we have currently implemented.

llms

transformers

spacy

@jenniferjiangkells jenniferjiangkells added the Issue: Feature Request ✨ New feature or improvement to existing feature label Jun 20, 2024
@jenniferjiangkells jenniferjiangkells linked an issue Jun 20, 2024 that may be closed by this pull request
@jenniferjiangkells jenniferjiangkells removed the Issue: Feature Request ✨ New feature or improvement to existing feature label Sep 30, 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.

Research and design pipeline integration methods
2 participants