From 877fa00ee481929016cd7cf095084ad8c425cb13 Mon Sep 17 00:00:00 2001 From: VaszhurSofia <92456223+VaszhurSofia@users.noreply.github.com> Date: Mon, 21 Feb 2022 11:55:54 +0100 Subject: [PATCH 1/2] Add Neural Image Search with Jina --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef1da37..f910062 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,7 @@ * [**Python**: _Building A Python-Based Search Engine_](https://www.youtube.com/watch?v=cY7pE7vX6MU) [video] * [**Python**: _Making text search learn from feedback_](https://medium.com/filament-ai/making-text-search-learn-from-feedback-4fe210fd87b0) * [**Python**: _Finding Important Words in Text Using TF-IDF_](https://stevenloria.com/tf-idf/) +* [**Python**: _Neural Image Search with Jina_](https://github.com/jina-ai/example-multimodal-fashion-search) #### Build your own `Shell` From 50e8cac20e32ba027fbf236a141bb3e7c3cf1d33 Mon Sep 17 00:00:00 2001 From: VaszhurSofia <92456223+VaszhurSofia@users.noreply.github.com> Date: Mon, 21 Feb 2022 12:22:51 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f910062..264072c 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ * [**Python**: _Building A Python-Based Search Engine_](https://www.youtube.com/watch?v=cY7pE7vX6MU) [video] * [**Python**: _Making text search learn from feedback_](https://medium.com/filament-ai/making-text-search-learn-from-feedback-4fe210fd87b0) * [**Python**: _Finding Important Words in Text Using TF-IDF_](https://stevenloria.com/tf-idf/) -* [**Python**: _Neural Image Search with Jina_](https://github.com/jina-ai/example-multimodal-fashion-search) +* [**Python**: _Neural Image Search with Jina_](https://colab.research.google.com/github/alexcg1/neural-search-notebooks/blob/main/fashion-search/1_build_basic_search/basic_search.ipynb) #### Build your own `Shell`