https://github.com/pankajarm/unsplash_multimodality_search
An end to end project that builds Multimodality Search Solution for Unsplash Lite Dataset
https://github.com/pankajarm/unsplash_multimodality_search
Last synced: 3 months ago
JSON representation
An end to end project that builds Multimodality Search Solution for Unsplash Lite Dataset
- Host: GitHub
- URL: https://github.com/pankajarm/unsplash_multimodality_search
- Owner: pankajarm
- License: mit
- Created: 2022-11-11T06:36:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T05:54:26.000Z (over 2 years ago)
- Last Synced: 2025-03-02T09:39:42.010Z (3 months ago)
- Language: Jupyter Notebook
- Size: 181 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unsplash Multimodality Search
An end to end project that builds Multimodality Search Solution for Unsplash Lite Dataset.
When you combined the textual and image features together in same vector space the search results are more relevant and natural language freindly.
See the demo for youself to see the difference between traditional search results and multi modality search results.
I compare the results from this demo with search results from https://unsplash.com and with Google Image Search (also uses multi modality search solution).
TIP: Instead of trying just simple generic keywords, try full sentences like "*Woman Smelling Gardenia Flower*" or "*A person about to jump from mountain top*"
[](http://unsplash-lite-front-http-lb-927462080.us-west-2.elb.amazonaws.com/)
Try Yourself here:
**[Unsplash Lite MultiModality Search Demo](http://unsplash-lite-front-http-lb-927462080.us-west-2.elb.amazonaws.com)**
Please star the repo if you like this project.
Credits:
* Unsplash Lite Dataset Team [https://github.com/unsplash/datasets](https://github.com/unsplash/datasets)
* JINA Team [https://jina.ai/](https://jina.ai/)
* Streamlit Team [https://streamlit.io/](https://streamlit.io/)
The detail blog post coming soon....