Which LLM did you use for the image classification ? #9
Answered
by
yashksaini-coder
SamarAanand
asked this question in
Q&A
-
What about the model file ? Have you used an open source llm for image classification ? |
Beta Was this translation helpful? Give feedback.
Answered by
yashksaini-coder
Jul 15, 2024
Replies: 1 comment
-
Hi @SamarAanand I did not use any open source llm. I have created a CNN model with Keras library to build a model that classifies the images based on the labaled data. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SamarAanand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SamarAanand I did not use any open source llm. I have created a CNN model with Keras library to build a model that classifies the images based on the labaled data.