Skip to content

Commit f2942e3

Browse files
authored
Create remove background WebGPU demo
2 parents ae2446e + 5cb8d63 commit f2942e3

23 files changed

+6729
-338
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
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-
| [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-
| [PGlite Semantic Search](./pglite-semantic-search/) | Semantic search | [Demo](https://huggingface.co/spaces/thorwebdev/pglite-semantic-search) |
11-
| [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 |
1213

1314
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!

bun/bun.lockb

16 Bytes
Binary file not shown.

bun/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"typescript": "^5.0.0"
1010
},
1111
"dependencies": {
12-
"@huggingface/transformers": "^3.0.0-alpha.6"
12+
"@huggingface/transformers": "^3.0.0-alpha.10"
1313
}
1414
}

0 commit comments

Comments
 (0)