initial commit c4ec6fc
Joshua commited on
How to use Xenova/whisper-tiny with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('automatic-speech-recognition', 'Xenova/whisper-tiny');