Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a test to validate the feature of captioning images retrieved from the database #61

Open
kamisama-coder opened this issue Nov 17, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@kamisama-coder
Copy link

made using the transformers class BlipForConditionalGeneration and the model name is salesforce/blip-image-captioning-base.
the future scope involves :
1.Enhanced Caption Clustering in a Database
Use unsupervised clustering algorithms, like DBSCAN or k-means, to organize images in the database based on their captions.
Enable dynamic clustering updates when new images are added to the database.
2. Query-Based Image Search
Implement semantic search to allow users to find images using natural language queries.
For example, a query like "A dog playing in a garden" should retrieve images with similar content.

@Pranav0-0Aggarwal Pranav0-0Aggarwal added the enhancement New feature or request label Nov 17, 2024
@Pranav0-0Aggarwal
Copy link
Member

Pranav0-0Aggarwal commented Nov 17, 2024

great idea! Will add this in the project milestones for the upcoming year.

@kamisama-coder
Copy link
Author

@Pranav0-0Aggarwal can you assign this issue to me

@Pranav0-0Aggarwal
Copy link
Member

assigned

@kamisama-coder
Copy link
Author

@Pranav0-0Aggarwal please review the PR

@kamisama-coder
Copy link
Author

kamisama-coder commented Nov 19, 2024

@Pranav0-0Aggarwal tell me changes to be made in PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants