# Background
The image detail view displays the selected image with text similar to TikTok. Image descriptions to display in the detail view can come from alt text, captions, or nearby paragraphs. The simplest approach would be to use the image's metadata (eg, alt text, captions). We discussed other approaches, like a keyword matching system (which has its limitations) and an enhanced version using AI/ML tools (which requires further exploration before implementation).
Recap the different approaches:
1. **Simplest**: Use image metadata or the first paragraph from the image's article section.
2. **Keyword matching**: Verify image-paragraph relationships by extracting keywords from the image metadata and the nearby paragraphs.
3. **AI/ML enhancement**: Interpret text and images to determine the image-paragraph relationships better.
## Requirements
- Create a proof-of-concept patch of a keyword matching system.
- Record findings
- Set up a meeting to discuss approach
- Set up follow-up tickets based on selected approach
## Questions
- Before resolving this ticket, go back to the full list of potential approaches and sanity check that we are moving forward with the best one