Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huggingface/transformers.js-examples
A collection of 🤗 Transformers.js demos and example applications
https://github.com/huggingface/transformers.js-examples
transformers transformersjs
Last synced: 25 days ago
JSON representation
A collection of 🤗 Transformers.js demos and example applications
- Host: GitHub
- URL: https://github.com/huggingface/transformers.js-examples
- Owner: huggingface
- License: apache-2.0
- Created: 2024-08-12T10:24:07.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T18:09:54.000Z (about 1 month ago)
- Last Synced: 2024-12-17T22:07:39.291Z (28 days ago)
- Topics: transformers, transformersjs
- Language: JavaScript
- Homepage:
- Size: 21.9 MB
- Stars: 563
- Watchers: 10
- Forks: 55
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - huggingface/transformers.js-examples - A collection of 🤗 Transformers.js demos and example applications (JavaScript)
- StarryDivineSky - huggingface/transformers.js-examples - 3.5、Llama-3.2、SmolLM等对话模型,以及图像分割、背景移除等应用,还提供了Node.js、Bun、Deno等环境下的文本嵌入和情感分析示例,同时支持Next.js和SvelteKit框架。 (其他_机器学习与深度学习)
README
# Transformers.js Examples
A collection of [🤗 Transformers.js](https://huggingface.co/docs/transformers.js) demos and example applications.
| Name | Description | Links |
| ------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------ |
| [Phi-3.5 WebGPU](./phi-3.5-webgpu/) | Conversational large language model | [Demo](https://huggingface.co/spaces/webml-community/phi-3.5-webgpu) |
| [SmolLM WebGPU](./smollm-webgpu/) | Conversational small language model | [Demo](https://huggingface.co/spaces/webml-community/smollm-webgpu) |
| [Segment Anything WebGPU](./segment-anything-webgpu/) | WebGPU image segmentation | [Demo](https://huggingface.co/spaces/webml-community/segment-anything-webgpu) |
| [Remove Background WebGPU](./remove-background-webgpu/) | WebGPU image background removal | [Demo](https://huggingface.co/spaces/webml-community/remove-background-webgpu) |
| [PGlite Semantic Search](./pglite-semantic-search/) | Semantic search | [Demo](https://huggingface.co/spaces/thorwebdev/pglite-semantic-search) |
| [Bun](./bun/) | Compute text embeddings in [Bun](https://bun.sh/) | n/a |
| [Node.js (ESM)](./node-esm/) | Sentiment analysis in Node.js w/ ECMAScript modules | n/a |
| [Node.js (CJS)](./node-cjs/) | Sentiment analysis in Node.js w/ CommonJS | n/a |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!