diff --git a/README.md b/README.md index 2bfc657..38e6e78 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ --- title: Multimodal Image Search Engine -emoji: 🚀 -colorFrom: indigo -colorTo: indigo +emoji: 🔍 +colorFrom: yellow +colorTo: yellow sdk: gradio sdk_version: 4.13.0 app_file: app.py @@ -10,4 +10,44 @@ pinned: false license: mit --- -Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference +
+
+ A Semantic Search Engine that understands the Content & Context of your Queries.
+
+ Use Multi-Modal inputs like Text-Image or a Reverse Image Search to search a Vector Database of over 15k Images. Try it Out!
+
+
+
2-D Visualization of 500 Images in a 512-D Vector Space
+ +The Images are stored as vector embeddings in a Qdrant Collection which is a Vector Database. The Search Term is encoded and run as a query to Qdrant, which returns the Nearest Neighbors based on their Cosine-Similarity to the Search Query. + + + +**The Dataset**: All images are sourced from the [Open Images Dataset](https://github.com/cvdfoundation/open-images-dataset) by Common Visual Data Foundation. + +