4
cuddlyogre
137d

I'm looking for a decent ai model that can do image detection, classification, whatever so I can organize the GBs of memes I've collected. I want to do this all locally if possible.

Comments
  • 0
    You might be able to find some models on ollama
  • 1
    @retoor I found moondream and it technically did what I'm asking, but I assume it wasn't trained on memes because it was not very good at all at detecting them. I found llava but I'm afraid that's only trained on acceptable use policy friendly stuff too.

    I have a 4070ti 12gb if that helps with answering the question.
  • 1
    @retoor yeah, but I think it's easiest to just modify the example snippet they have (I normally use a llama.cpp wrapper that's super nice, but it doesn't support vision at the moment)
  • 1
    @retoor @BordedDev That looks very promising. Thank you very much
Add Comment