How to use LPX55/detection-model-7-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-classification', 'LPX55/detection-model-7-ONNX');