Detect if image is a document #3439
Unanswered
git-sources
asked this question in
Q&A
Replies: 1 comment
-
I think you need a image classification model. See: https://huggingface.co/tasks/image-classification Most likely you have to train your own model. Once you trained your model you can use DJL to load the model. You can also take this example: https://github.com/deepjavalibrary/djl-demo/tree/master/footwear_classification |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
is it possible to detect if a image is a document? How would I implement this? Which engine should I use?
Thanks
Marc
Beta Was this translation helpful? Give feedback.
All reactions