# Transformers.js Code Examples Working examples showing how to use Transformers.js across different runtimes and frameworks. All examples use the same task and model for consistency: - **Task**: `feature-extraction` - **Model**: `onnx-community/all-MiniLM-L6-v2-ONNX` ## Table of Contents 1. [Browser (Vanilla JS)](#browser-vanilla-js) 2. [Node.js](#nodejs) 3. [React](#react) 4. [Express API](#express-api) ## Browser (Vanilla JS) ### Basic Usage ```html
Loading model...
{status}
{Object.entries(fileProgress).map(([file, progress]) => (