Skip to content

Commit 65a17a9

Browse files
committed
Add SvelteKit example to README
1 parent 29a338c commit 65a17a9

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
A collection of [🤗 Transformers.js](https://huggingface.co/docs/transformers.js) demos and example applications.
44

5-
| Name | Description | Links |
6-
| ------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------ |
7-
| [Phi-3.5 WebGPU](./phi-3.5-webgpu/) | Conversational large language model | [Demo](https://huggingface.co/spaces/webml-community/phi-3.5-webgpu) |
8-
| [Llama-3.2 WebGPU](./llama-3.2-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/llama-3.2-webgpu) |
9-
| [SmolLM WebGPU](./smollm-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/smollm-webgpu) |
10-
| [Segment Anything WebGPU](./segment-anything-webgpu/) | WebGPU image segmentation | [Demo](https://huggingface.co/spaces/webml-community/segment-anything-webgpu) |
11-
| [Remove Background WebGPU](./remove-background-webgpu/) | WebGPU image background removal | [Demo](https://huggingface.co/spaces/webml-community/remove-background-webgpu) |
12-
| [PGlite Semantic Search](./pglite-semantic-search/) | Semantic search | [Demo](https://huggingface.co/spaces/thorwebdev/pglite-semantic-search) |
13-
| [Sapiens](./sapiens-node/) | Image segmentation, depth, and normal estimation in Node.js | n/a |
14-
| [Bun](./bun/) | Compute text embeddings in [Bun](https://bun.sh/) | n/a |
15-
| [Deno](./deno-embed/) | Compute text embeddings in [Deno](https://deno.com/) | n/a |
16-
| [Node.js (ESM)](./node-esm/) | Sentiment analysis in Node.js w/ ECMAScript modules | n/a |
17-
| [Node.js (CJS)](./node-cjs/) | Sentiment analysis in Node.js w/ CommonJS | n/a |
18-
| [Next.js](./next-server/) | Sentiment analysis in Next.js | [Demo](https://huggingface.co/spaces/webml-community/next-server-template) |
5+
| Name | Description | Links |
6+
| ------------------------------------------------------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------- |
7+
| [Phi-3.5 WebGPU](./phi-3.5-webgpu/) | Conversational large language model | [Demo](https://huggingface.co/spaces/webml-community/phi-3.5-webgpu) |
8+
| [Llama-3.2 WebGPU](./llama-3.2-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/llama-3.2-webgpu) |
9+
| [SmolLM WebGPU](./smollm-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/smollm-webgpu) |
10+
| [Segment Anything WebGPU](./segment-anything-webgpu/) | WebGPU image segmentation | [Demo](https://huggingface.co/spaces/webml-community/segment-anything-webgpu) |
11+
| [Remove Background WebGPU](./remove-background-webgpu/) | WebGPU image background removal | [Demo](https://huggingface.co/spaces/webml-community/remove-background-webgpu) |
12+
| [PGlite Semantic Search](./pglite-semantic-search/) | Semantic search | [Demo](https://huggingface.co/spaces/thorwebdev/pglite-semantic-search) |
13+
| [Sapiens](./sapiens-node/) | Image segmentation, depth, and normal estimation in Node.js | n/a |
14+
| [Bun](./bun/) | Compute text embeddings in [Bun](https://bun.sh/) | n/a |
15+
| [Deno](./deno-embed/) | Compute text embeddings in [Deno](https://deno.com/) | n/a |
16+
| [Node.js (ESM)](./node-esm/) | Sentiment analysis in Node.js w/ ECMAScript modules | n/a |
17+
| [Node.js (CJS)](./node-cjs/) | Sentiment analysis in Node.js w/ CommonJS | n/a |
18+
| [Next.js](./next-server/) | Sentiment analysis in Next.js | [Demo](https://huggingface.co/spaces/webml-community/next-server-template) |
19+
| [SvelteKit](./sveltekit/) | Sentiment analysis in SvelteKit | [Demo](https://huggingface.co/spaces/webml-community/sveltekit-server-template) |
1920

2021
Check out the Transformers.js [template](https://huggingface.co/new-space?template=static-templates%2Ftransformers.js) on Hugging Face to get started in one click!

0 commit comments

Comments
 (0)