How to use Xenova/deit-tiny-distilled-patch16-224 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-classification', 'Xenova/deit-tiny-distilled-patch16-224');