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/) |