Skip to content

Conversation

xenova
Copy link
Collaborator

@xenova xenova commented Oct 16, 2025

Example usage:

import { pipeline } from "@huggingface/transformers";

const transcriber = await pipeline(
  "automatic-speech-recognition",
  "onnx-community/parakeet-ctc-0.6b-ONNX",
);
const url = "https://huggingface.co/datasets/Xenova/transformers.js-docs/resolve/main/jfk.wav";
const output = await transcriber(url);

@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@xenova xenova merged commit 5658edd into main Oct 19, 2025
4 checks passed
@xenova xenova deleted the parakeet-ctc branch October 19, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants