From d2a0aa9133dc8f98c22441499ea361c9a4d11776 Mon Sep 17 00:00:00 2001 From: Joshua Lochner Date: Tue, 1 Aug 2023 18:56:51 +0200 Subject: [PATCH] Add link to semantic image search application --- README.md | 1 + docs/snippets/3_examples.snippet | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b75ce9f8a..5ad167c05 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ Want to jump straight in? Get started with one of our sample applications/templa | Whisper Web | Speech recognition w/ Whisper | [link](https://github.com/xenova/whisper-web) | | Doodle Dash | Real-time sketch-recognition game (see [blog](https://huggingface.co/blog/ml-web-games)) | [link](https://github.com/xenova/doodle-dash) | | Code Playground | In-browser code completion website | [link](./examples/code-completion/) | +| Semantic Image Search | Search for images with text (Next.js + Supabase) | [link](./examples/semantic-image-search/) | | React | Multilingual translation website | [link](./examples/react-translator/) | | Browser extension | Text classification extension | [link](./examples/extension/) | | Electron | Text classification application | [link](./examples/electron/) | diff --git a/docs/snippets/3_examples.snippet b/docs/snippets/3_examples.snippet index 776e9dfd9..7295be8b1 100644 --- a/docs/snippets/3_examples.snippet +++ b/docs/snippets/3_examples.snippet @@ -5,6 +5,7 @@ Want to jump straight in? Get started with one of our sample applications/templa | Whisper Web | Speech recognition w/ Whisper | [link](https://github.com/xenova/whisper-web) | | Doodle Dash | Real-time sketch-recognition game (see [blog](https://huggingface.co/blog/ml-web-games)) | [link](https://github.com/xenova/doodle-dash) | | Code Playground | In-browser code completion website | [link](./examples/code-completion/) | +| Semantic Image Search | Search for images with text (Next.js + Supabase) | [link](./examples/semantic-image-search/) | | React | Multilingual translation website | [link](./examples/react-translator/) | | Browser extension | Text classification extension | [link](./examples/extension/) | | Electron | Text classification application | [link](./examples/electron/) |