Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Wakanda's avatar
Level 10

Image based AI or ML

Hi everyone, i have a photo sharing app that is working pretty fine. And i guess it time to level it up.

I have a post table that has caption image and location.

Am looking for a way to serve the app user with posts that are related to images they view or like the most.

I have no idea how to implement this. Any responses are appreciated.

0 likes
2 replies
m7vm7v's avatar
m7vm7v
Best Answer
Level 51

You could have tags for both images and posts. If you have an image with a car on it then call the tag 'car', relate that to the posts with titles (descriptions) including 'car' OR if you go with posts with tags as well then that can do the trick.

1 like
Wakanda's avatar
Level 10

let me try this and get back to u

Please or to participate in this conversation.