Does Haystack support image classification models from Huggingface. #3948
Answered
by
bogdankostic
johnt-softclouds
asked this question in
Questions
-
I came across this web page about Haystack's support of Huggingface models https://www.deepset.ai/hugging-face-model-hub-integration. Does Haystack support all models from Huggingface including image classifiers https://huggingface.co/models?pipeline_tag=image-classification ? |
Beta Was this translation helpful? Give feedback.
Answered by
bogdankostic
Jan 26, 2023
Replies: 1 comment 1 reply
-
Hi @johnt-softclouds! Unfortunately, image classification is not supported in Haystack. We currently support the retrieval of images using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
johnt-softclouds
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @johnt-softclouds! Unfortunately, image classification is not supported in Haystack. We currently support the retrieval of images using the
MultimodalRetriever
and image caption generation using theTransformersImageToText
node.