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";