Skip to content

Commit a298de3

Browse files
committed
Update list of examples
- Add "Doodle Dash" - Reorder
1 parent 2e81245 commit a298de3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ Want to jump straight in? Get started with one of our sample applications/templa
109109

110110
| Name | Description | Source code |
111111
|-------------------|----------------------------------|-------------------------------|
112-
| React | Multilingual translation website | [link](./examples/react-translator/) |
113112
| 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+
| React | Multilingual translation website | [link](./examples/react-translator/) |
114115
| Browser extension | Text classification extension | [link](./examples/extension/) |
115116
| Electron | Text classification application | [link](./examples/electron/) |
116117
| Node.js | Sentiment analysis API | [link](./examples/node/) |

docs/snippets/3_examples.snippet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ Want to jump straight in? Get started with one of our sample applications/templa
22

33
| Name | Description | Source code |
44
|-------------------|----------------------------------|-------------------------------|
5-
| React | Multilingual translation website | [link](./examples/react-translator/) |
65
| 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+
| React | Multilingual translation website | [link](./examples/react-translator/) |
78
| Browser extension | Text classification extension | [link](./examples/extension/) |
89
| Electron | Text classification application | [link](./examples/electron/) |
910
| Node.js | Sentiment analysis API | [link](./examples/node/) |

0 commit comments

Comments
 (0)