UMass-Rescue / UMass-Rescue/RescueBox
Plugin explore image caption models
@jelchou is already working on this.
Since Oct 24, 2025.
- Dominant language
- Python
- Stars
- 6
- Forks
- 15
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 7
Description
Image Summary Plugin uses LLM mutimodal feature to describe images. however this needs GPU
can we use a pipeline approach to first scan images get a caption , for example find all images with a face or a white car and then this subset can feed into above Image summary if more details is desired.
so goal here is get a caption from an image using less GPU intensive approach.
Use CLIP for the initial, flexible, zero-shot searching and filtering of image databases. This helps investigators quickly narrow down a massive amount of data.
Use a lightweight version of LLaVA for conversational, higher-level analysis, such as generating descriptions or answering questions about specific images that were flagged by CLIP.
lavis
and
https://github.com/salesforce/BLIP
refer rescuebox wiki and hello-world-plugin
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.