ylecun/mnist
Viewer • Updated • 70k • 74.3k • 243
How to use ThorBaller/mnist_CNN_model_big with Transformers.js:
// npm i @huggingface/transformers
import { pipeline } from '@huggingface/transformers';
// Allocate pipeline
const pipe = await pipeline('image-classification', 'ThorBaller/mnist_CNN_model_big');