|
2 | 2 |
|
3 | 3 | A collection of [🤗 Transformers.js](https://huggingface.co/docs/transformers.js) demos and example applications.
|
4 | 4 |
|
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 |
| -| [SmolLM WebGPU](./smollm-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/smollm-webgpu) | |
9 |
| -| [Segment Anything WebGPU](./segment-anything-webgpu/) | WebGPU image segmentation | [Demo](https://huggingface.co/spaces/webml-community/segment-anything-webgpu) | |
10 |
| -| [Remove Background WebGPU](./remove-background-webgpu/) | WebGPU image background removal | [Demo](https://huggingface.co/spaces/webml-community/remove-background-webgpu) | |
11 |
| -| [PGlite Semantic Search](./pglite-semantic-search/) | Semantic search | [Demo](https://huggingface.co/spaces/thorwebdev/pglite-semantic-search) | |
12 |
| -| [Bun](./bun/) | Compute text embeddings in [Bun](https://bun.sh/) | n/a | |
| 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 | +| [SmolLM WebGPU](./smollm-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/smollm-webgpu) | |
| 9 | +| [Segment Anything WebGPU](./segment-anything-webgpu/) | WebGPU image segmentation | [Demo](https://huggingface.co/spaces/webml-community/segment-anything-webgpu) | |
| 10 | +| [Remove Background WebGPU](./remove-background-webgpu/) | WebGPU image background removal | [Demo](https://huggingface.co/spaces/webml-community/remove-background-webgpu) | |
| 11 | +| [PGlite Semantic Search](./pglite-semantic-search/) | Semantic search | [Demo](https://huggingface.co/spaces/thorwebdev/pglite-semantic-search) | |
| 12 | +| [Bun](./bun/) | Compute text embeddings in [Bun](https://bun.sh/) | n/a | |
| 13 | +| [Node.js (ESM)](./node-esm/) | Sentiment analysis in Node.js w/ ECMAScript modules | n/a | |
| 14 | +| [Node.js (CJS)](./node-cjs/) | Sentiment analysis in Node.js w/ CommonJS | n/a | |
13 | 15 |
|
14 | 16 | 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