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

Adds collab book for Image similarity #18

Closed
wants to merge 1 commit into from

Conversation

radoondas
Copy link
Member

This collab book shows how to:

  • upload model into ES from hugging face
  • ingest documents that already have 'image embeddings' pre-generated OR
  • let you define a small number of random images from the dataset and also generate image embeddings using the CLIP model
  • executes a simple query over the set of indexed documents
  • optional - creates a simple streamlit UI to show the response (because of images) :)

@serenachou
Copy link
Collaborator

@miguelgrinberg @yansavitski @joemcelroy can we push this one along please :)

@miguelgrinberg
Copy link
Collaborator

miguelgrinberg commented Jan 23, 2024

@serenachou I think this notebook is misplaced. It is currently set to go in the notebooks/search folder, where we have the more general-purpose tutorial-like notebooks. Wouldn't this belong as a blog supporting notebook?

@serenachou
Copy link
Collaborator

@miguelgrinberg you're right it should be in the blog supporting content! can we merge and then move it?

@miguelgrinberg miguelgrinberg self-assigned this Mar 13, 2024
@serenachou
Copy link
Collaborator

Hmm I was going to merge it, and then pull it into my branch to move. @joemcelroy @miguelgrinberg you want to click approve on review and I can move it?

@miguelgrinberg
Copy link
Collaborator

miguelgrinberg commented Mar 19, 2024

@serenachou I'm in the process of reviewing and migrating this notebook. I opened a separate PR with the updated version: #206. I had to make a few changes to get everything to work.

Update: the refreshed notebook is ready to be reviewed. Can we close this PR and review/merge #206 instead?

@miguelgrinberg
Copy link
Collaborator

@serenachou we merged the new version of this notebook #206, so I'm closing this. The public notebook is here: https://github.com/elastic/elasticsearch-labs/blob/main/notebooks/images/image-similarity.ipynb

@serenachou
Copy link
Collaborator

thank you Miguel!

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

Successfully merging this pull request may close these issues.

3 participants