-
Notifications
You must be signed in to change notification settings - Fork 16
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
base: main
Are you sure you want to change the base?
Ai integrations #48
Conversation
There was a problem hiding this 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. ✨
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
|
Addresses #27