transformers-js

Installation
SKILL.md

transformers.js

ML inference for JavaScript, without a Python server. Supports text, vision, audio, and multimodal tasks through a single pipeline() entry point.

Install

npm install @huggingface/transformers

Quick start

import { pipeline } from "@huggingface/transformers";
Installs
1
GitHub Stars
16.3K
First Seen
10 days ago
transformers-js — huggingface/transformers.js