Skip to content

Commit e7b71b8

Browse files
authored
Add more links to example section (#343)
1 parent 0efa60f commit e7b71b8

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,20 @@ Alternatively, you can use it in vanilla JS, without any bundler, by using a CDN
107107

108108
Want to jump straight in? Get started with one of our sample applications/templates:
109109

110-
| Name | Description | Source code |
110+
| Name | Description | Links |
111111
|-------------------|----------------------------------|-------------------------------|
112-
| Whisper Web | Speech recognition w/ Whisper | [link](https://github.com/xenova/whisper-web) |
113-
| Doodle Dash | Real-time sketch-recognition game (see [blog](https://huggingface.co/blog/ml-web-games)) | [link](https://github.com/xenova/doodle-dash) |
114-
| Code Playground | In-browser code completion website | [link](./examples/code-completion/) |
115-
| Semantic Image Search (client-side) | Search for images with text | [link](./examples/semantic-image-search-client/) |
116-
| Semantic Image Search (server-side) | Search for images with text (Supabase) | [link](./examples/semantic-image-search/) |
117-
| Vanilla JavaScript | In-browser object detection | [link](./examples/vanilla-js/) |
118-
| React | Multilingual translation website | [link](./examples/react-translator/) |
119-
| Browser extension | Text classification extension | [link](./examples/extension/) |
120-
| Electron | Text classification application | [link](./examples/electron/) |
121-
| Next.js (client-side) | Sentiment analysis (in-browser inference) | [link](./examples/next-client/) |
122-
| Next.js (server-side) | Sentiment analysis (Node.js inference) | [link](./examples/next-server/) |
123-
| Node.js | Sentiment analysis API | [link](./examples/node/) |
112+
| Whisper Web | Speech recognition w/ Whisper | [code](https://github.com/xenova/whisper-web), [demo](https://huggingface.co/spaces/Xenova/whisper-web) |
113+
| Doodle Dash | Real-time sketch-recognition game | [blog](https://huggingface.co/blog/ml-web-games), [code](https://github.com/xenova/doodle-dash), [demo](https://huggingface.co/spaces/Xenova/doodle-dash) |
114+
| Code Playground | In-browser code completion website | [code](./examples/code-completion/), [demo](https://huggingface.co/spaces/Xenova/ai-code-playground) |
115+
| Semantic Image Search (client-side) | Search for images with text | [code](./examples/semantic-image-search-client/), [demo](https://huggingface.co/spaces/Xenova/semantic-image-search-client) |
116+
| Semantic Image Search (server-side) | Search for images with text (Supabase) | [code](./examples/semantic-image-search/), [demo](https://huggingface.co/spaces/Xenova/semantic-image-search) |
117+
| Vanilla JavaScript | In-browser object detection | [video](https://scrimba.com/scrim/cKm9bDAg), [code](./examples/vanilla-js/), [demo](https://huggingface.co/spaces/Scrimba/vanilla-js-object-detector) |
118+
| React | Multilingual translation website | [code](./examples/react-translator/), [demo](https://huggingface.co/spaces/Xenova/react-translator) |
119+
| Browser extension | Text classification extension | [code](./examples/extension/) |
120+
| Electron | Text classification application | [code](./examples/electron/) |
121+
| Next.js (client-side) | Sentiment analysis (in-browser inference) | [code](./examples/next-client/), [demo](https://huggingface.co/spaces/Xenova/next-example-app) |
122+
| Next.js (server-side) | Sentiment analysis (Node.js inference) | [code](./examples/next-server/), [demo](https://huggingface.co/spaces/Xenova/next-server-example-app) |
123+
| Node.js | Sentiment analysis API | [code](./examples/node/) |
124124

125125

126126
## Custom usage

docs/snippets/3_examples.snippet

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Want to jump straight in? Get started with one of our sample applications/templates:
22

3-
| Name | Description | Source code |
3+
| Name | Description | Links |
44
|-------------------|----------------------------------|-------------------------------|
5-
| Whisper Web | Speech recognition w/ Whisper | [link](https://github.com/xenova/whisper-web) |
6-
| Doodle Dash | Real-time sketch-recognition game (see [blog](https://huggingface.co/blog/ml-web-games)) | [link](https://github.com/xenova/doodle-dash) |
7-
| Code Playground | In-browser code completion website | [link](./examples/code-completion/) |
8-
| Semantic Image Search (client-side) | Search for images with text | [link](./examples/semantic-image-search-client/) |
9-
| Semantic Image Search (server-side) | Search for images with text (Supabase) | [link](./examples/semantic-image-search/) |
10-
| Vanilla JavaScript | In-browser object detection | [link](./examples/vanilla-js/) |
11-
| React | Multilingual translation website | [link](./examples/react-translator/) |
12-
| Browser extension | Text classification extension | [link](./examples/extension/) |
13-
| Electron | Text classification application | [link](./examples/electron/) |
14-
| Next.js (client-side) | Sentiment analysis (in-browser inference) | [link](./examples/next-client/) |
15-
| Next.js (server-side) | Sentiment analysis (Node.js inference) | [link](./examples/next-server/) |
16-
| Node.js | Sentiment analysis API | [link](./examples/node/) |
5+
| Whisper Web | Speech recognition w/ Whisper | [code](https://github.com/xenova/whisper-web), [demo](https://huggingface.co/spaces/Xenova/whisper-web) |
6+
| Doodle Dash | Real-time sketch-recognition game | [blog](https://huggingface.co/blog/ml-web-games), [code](https://github.com/xenova/doodle-dash), [demo](https://huggingface.co/spaces/Xenova/doodle-dash) |
7+
| Code Playground | In-browser code completion website | [code](./examples/code-completion/), [demo](https://huggingface.co/spaces/Xenova/ai-code-playground) |
8+
| Semantic Image Search (client-side) | Search for images with text | [code](./examples/semantic-image-search-client/), [demo](https://huggingface.co/spaces/Xenova/semantic-image-search-client) |
9+
| Semantic Image Search (server-side) | Search for images with text (Supabase) | [code](./examples/semantic-image-search/), [demo](https://huggingface.co/spaces/Xenova/semantic-image-search) |
10+
| Vanilla JavaScript | In-browser object detection | [video](https://scrimba.com/scrim/cKm9bDAg), [code](./examples/vanilla-js/), [demo](https://huggingface.co/spaces/Scrimba/vanilla-js-object-detector) |
11+
| React | Multilingual translation website | [code](./examples/react-translator/), [demo](https://huggingface.co/spaces/Xenova/react-translator) |
12+
| Browser extension | Text classification extension | [code](./examples/extension/) |
13+
| Electron | Text classification application | [code](./examples/electron/) |
14+
| Next.js (client-side) | Sentiment analysis (in-browser inference) | [code](./examples/next-client/), [demo](https://huggingface.co/spaces/Xenova/next-example-app) |
15+
| Next.js (server-side) | Sentiment analysis (Node.js inference) | [code](./examples/next-server/), [demo](https://huggingface.co/spaces/Xenova/next-server-example-app) |
16+
| Node.js | Sentiment analysis API | [code](./examples/node/) |

0 commit comments

Comments
 (0)